diff options
author | Magnus Hagander | 2019-11-26 13:02:51 +0000 |
---|---|---|
committer | Magnus Hagander | 2019-11-26 13:02:51 +0000 |
commit | caa7bdce58fa4299a93c6b7f794964f6bfdb22d4 (patch) | |
tree | c017dbfcc7d7e11f957c20061d8f59030f5dccff /postgresqleu/settings.py | |
parent | 3a2bab1618330b9978ee396f49bac1b3815f1d67 (diff) |
Remove a stray 4
Not sure how that got there...
Diffstat (limited to 'postgresqleu/settings.py')
-rw-r--r-- | postgresqleu/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/settings.py b/postgresqleu/settings.py index 7cbae26e..807f7f89 100644 --- a/postgresqleu/settings.py +++ b/postgresqleu/settings.py @@ -252,7 +252,7 @@ if ENABLE_PG_COMMUNITY_AUTH: 'postgresqleu.auth.AuthBackend', ) LOGIN_URL = "{0}/accounts/login/".format(SITEBASE) -4 + if ENABLE_ELECTIONS and not ENABLE_MEMBERSHIP: raise Exception("Elections module requires membership module!") |