From 44331719a2adb1f5469020525607741342ddacfa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 7 Jul 2023 16:44:48 +0200 Subject: đŸ’„ open registration form: disabled by default - improve layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 55bc92465..3c0accc82 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -279,6 +279,7 @@ ISHTAR_SLUGS = { ISHTAR_MIGRATE_V4 = False +REGISTRATION_OPEN = False SRID = 4326 # WGS84 - World SURFACE_SRID = 4326 # WGS84 - World ENCODING = "windows-1252" -- cgit v1.2.3