diff --git a/cmdi/settings.py b/cmdi/settings.py index c9914b3..582c41c 100644 --- a/cmdi/settings.py +++ b/cmdi/settings.py @@ -76,7 +76,10 @@ 'lockdown.middleware.LockdownMiddleware', ] +# django-lockdown is being used to deter the curious during development. +# Keep it after launch should site access ever need to be disabled due to some emergency. LOCKDOWN_PASSWORDS = ('six', '6',) +LOCKDOWN_ENABLED = True # Default is True. A quick way to make the site inaccessible. LOCKDOWN_URL_EXCEPTIONS = ( r'^/organizations/$', r'^/sectors/$', diff --git a/maps/templates/maps/header.html b/maps/templates/maps/header.html index cbf8da2..cf062be 100644 --- a/maps/templates/maps/header.html +++ b/maps/templates/maps/header.html @@ -1,6 +1,6 @@
- + {% include './svg/pcc.svg' %} Platform Cooperatives Worldwide
@@ -65,7 +65,7 @@ href="/accounts/login/" class="menu__item">Login {% endif %}
  • About
  • + href="#" class="menu__item">About