diff options
Diffstat (limited to 'core/views/statistics.py')
-rw-r--r-- | core/views/statistics.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/views/statistics.py b/core/views/statistics.py index d804bb5..726aebb 100644 --- a/core/views/statistics.py +++ b/core/views/statistics.py @@ -21,7 +21,10 @@ from troggle.parsers.people import (GetPersonExpeditionNameLookup, #from django.views.generic.list import ListView - +def therionissues(request): + theriondict = {} + + return render(request, 'therionreport.html', {"theriondict":theriondict}) '''Very simple report pages summarizing data about the whole set of expeditions and of the status of data inconsistencies |