2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 10:07:25 +00:00

tidied login and control panel pages

This commit is contained in:
2025-01-22 20:19:33 +00:00
parent 18517f5ec7
commit a5341c4eb2
4 changed files with 20 additions and 12 deletions

View File

@@ -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: