diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-22 20:19:33 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-22 20:19:33 +0000 |
commit | a5341c4eb256d7d18bddca597c97a9fb91794ea6 (patch) | |
tree | 91b466fc8d1189a95dd07c572455cfd90ab034ec /core/views/other.py | |
parent | 18517f5ec7378ceffb554dd21b5fbf49bdae24af (diff) | |
download | troggle-a5341c4eb256d7d18bddca597c97a9fb91794ea6.tar.gz troggle-a5341c4eb256d7d18bddca597c97a9fb91794ea6.tar.bz2 troggle-a5341c4eb256d7d18bddca597c97a9fb91794ea6.zip |
tidied login and control panel pages
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: |