diff --git a/constance/templates/admin/constance/change_list.html b/constance/templates/admin/constance/change_list.html index 2b65972..cbe062b 100644 --- a/constance/templates/admin/constance/change_list.html +++ b/constance/templates/admin/constance/change_list.html @@ -1,20 +1,35 @@ {% extends "admin/base_site.html" %} {% load i18n %} +{% block extrahead %} +{{ block.super }} + +{% endblock %} + {% block content %}
{% csrf_token %} - - +
+ {% for item in config %} - - + + {% endfor %} - - -
Name Default Value Help text
{{item.name}}
{{item.name}} {{item.default}} {{item.form_field.errors}} @@ -23,10 +38,10 @@ {{item.help_text}}
+
+ +