Skip to content

Commit

Permalink
Make ADMIN_ONLY true default option
Browse files Browse the repository at this point in the history
This way the default mode is to enable admin_p for users
  • Loading branch information
shirlei committed Sep 30, 2020
1 parent ce0191b commit 6d579e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def get_from_env(var, default):
HELIOS_TEMPLATE_BASE = "server_ui/templates/base.html"
AUTH_TEMPLATE_BASENONAV = "server_ui/templates/basenonav.html"
HELIOS_TEMPLATE_BASENONAV = "server_ui/templates/basenonav.html"
HELIOS_ADMIN_ONLY = False
HELIOS_ADMIN_ONLY = True
HELIOS_VOTERS_UPLOAD = True
HELIOS_VOTERS_EMAIL = True

Expand Down

0 comments on commit 6d579e1

Please sign in to comment.