diff options
Diffstat (limited to 'core/views/other.py')
-rw-r--r-- | core/views/other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/other.py b/core/views/other.py index ab2f8a7..a0a2a0c 100644 --- a/core/views/other.py +++ b/core/views/other.py @@ -163,7 +163,7 @@ def controlpanel(request): return render( request, "controlPanel.html", - {"error": ' - Needs "expoadmin" logon. \nLogout and login again.', + {"error": ' - Needs "expoadmin" or superuser logon. \nLogout and login again.', "year": current_expo()} ) |