From a5341c4eb256d7d18bddca597c97a9fb91794ea6 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 22 Jan 2025 20:19:33 +0000 Subject: tidied login and control panel pages --- core/views/other.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/views/other.py') 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: -- cgit v1.2.3