Fixed comment

This commit is contained in:
Piotr Mitros
2012-07-27 10:23:44 -04:00
parent 6db146f6b4
commit 2df7e02e31

View File

@@ -14,7 +14,9 @@ def dictfetchall(cursor):
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:
raise Http404