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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user