{% extends "dynamic_preferences/base.html" %} {% load i18n %} {% block content %} {# we continue to pass the sections key in case someone subclassed the template and use these #} {% include "dynamic_preferences/sections.html" with registry=registry sections=registry.sections %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}