{% extends "admin_profile_base.html" %} {% load i18n baseurl %} {% block title %} {{ block.super }} » {% trans "General Settings" %} {% endblock %} {% block bodyclass %}admingeneral{% endblock %} {% block breadcrumb_content %} {{ block.super }} » {% trans "General Settings" %} {% endblock %} {% block section_description %}{% trans "Configure here the general settings for your site." %}{% endblock %} {% block section_body %}
{{ form.non_field_errors }} {% for field in form %}

{{ field.errors }} {{ field.label_tag }} {{ field }} {% if field.help_text %} {{ field.help_text }} {% endif %}

{% endfor %}

{% endblock %}