Skip to content

Commit be5a19f

Browse files
committed
Close #759. Define visitstitle.
Fixed following tests by mmatthiesencsc
1 parent 46a1695 commit be5a19f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metashare/stats/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ def topstats (request):
257257
""" viewing statistics about the top LR and latest queries. """
258258
topdata = []
259259
geovisits = []
260+
visitstitle = "Unknown"
260261
view = request.GET.get('view', 'topviewed')
261262
last = request.GET.get('last', '')
262263
limit = int(request.GET.get('limit', '10'))

0 commit comments

Comments
 (0)