diff options
Diffstat (limited to 'core/views/other.py')
-rw-r--r-- | core/views/other.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/views/other.py b/core/views/other.py index b97ea9a..f1cd6ac 100644 --- a/core/views/other.py +++ b/core/views/other.py @@ -159,7 +159,8 @@ def controlpanel(request): return render( request, "controlPanel.html", - {"error": 'You are logged in, but not logged in as "expoadmin". \nLogout and login again to contnue.', "year": current_expo()} + {"error": ' - Needs "expoadmin" logon. \nLogout and login again.', + "year": current_expo()} ) else: |