From 2df7e02e310516bbf2649988edb58e79b829ccf4 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Fri, 27 Jul 2012 10:23:44 -0400 Subject: [PATCH] Fixed comment --- lms/djangoapps/dashboard/views.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lms/djangoapps/dashboard/views.py b/lms/djangoapps/dashboard/views.py index ba6c8ca152..5cf3fa72c1 100644 --- a/lms/djangoapps/dashboard/views.py +++ b/lms/djangoapps/dashboard/views.py @@ -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