Commit 2df7e02e by Piotr Mitros

Fixed comment

parent 6db146f6
...@@ -14,7 +14,9 @@ def dictfetchall(cursor): ...@@ -14,7 +14,9 @@ def dictfetchall(cursor):
def dashboard(request): def dashboard(request):
""" """
Simple view that a loadbalancer can check to verify that the app is up Quick hack to show staff enrollment numbers. This should be
replaced with a real dashboard later. This version is a short-term
bandaid for the next couple weeks.
""" """
if not request.user.is_staff: if not request.user.is_staff:
raise Http404 raise Http404
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment