{% extends "admin/change_form.html" %} {% block content %} {% block confirmationmessage %} {# this block can be overridden in base forms #} {{ confirmation }} {% endblock %}
{% csrf_token %} {% for key, value in post %} {% endfor %}
{# check-variable that confirmation is done #}
{% endblock %}