{% trans "Livesettings are disabled for this site." %}
{% trans "All configuration options must be edited in the site settings.py file" %}
{% extends "admin/base_site.html" %} {% load i18n admin_static config_tags %} {% load staticfiles %} {% block extrahead %}{{ block.super }} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block userlinks %}{% trans 'Documentation' %} / {% trans 'Change password' %} / {% trans 'Log out' %}{% endblock %} {% block breadcrumbs %}{% if not is_popup %}
{% endif %}{% endblock %} {% block messages %} {% if messages %} {% endif %} {% endblock messages %} {% block content %} {% endfor %}{% trans "Livesettings are disabled for this site." %}
{% trans "All configuration options must be edited in the site settings.py file" %}
{% blocktrans count form.errors|length as counter %}Please correct the error below.{% plural %} Please correct the errors below.{% endblocktrans %}
{% endif %} {% if form.fields %} {% else %}{% trans "You don't have permission to edit values." %}
{% endif %} {% endif %} {% endblock %}