summaryrefslogtreecommitdiffstats
path: root/core/views/other.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/other.py')
-rw-r--r--core/views/other.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views/other.py b/core/views/other.py
index 4f53ead..b6e3422 100644
--- a/core/views/other.py
+++ b/core/views/other.py
@@ -35,8 +35,8 @@ def showrequest(request):
return HttpResponse(request.GET)
def frontpage(request):
- '''never seen in practice'''
- # bthe messages system does a popup on this page if there is a recent message, e.g. from the admin site actions.
+ '''never seen in common practice. Logon should redirect here when this is more useful'''
+ # the messages system does a popup on this page if there is a recent message, e.g. from the admin site actions.
# via django.contrib.messages.middleware.MessageMiddleware
# this is set in the templates.
if request.user.is_authenticated():