Skip to content

Instantly share code, notes, and snippets.

@airtonix
Created February 22, 2012 10:19
Show Gist options
  • Save airtonix/1884005 to your computer and use it in GitHub Desktop.
Save airtonix/1884005 to your computer and use it in GitHub Desktop.
django-maintenance-mode
{% block page-messages %}
{% if settings.MAINTENANCE_MODE %}
Maintennance Mode is enabled. The site is not viewable by everyone
{% endif %}
{% for message in messages %}
&times; <#>{{ Message }}
{% endfor %}
{% endblock page-messages %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment