{% extends "admin/base_site.html" %} {% block content %}
{% csrf_token %} {% for field in form %}
{{ field.errors }} {{ field.label_tag }} {{ field }}
{% endfor %}
Note: You will not be able to undo this action short of running the updater again. Take care when using!
{% endblock %}