{% extends 'base.html' %} {% load typogrify_tags utils_tags %} {% block bodyclass %}NB-static{% endblock %} {% block extra_head_js %} {% include_stylesheets "common" %} {% endblock %} {% block content %}

Are you positive you want to
delete your account?

{% csrf_token %}
{{ delete_form.password.label_tag }} {{ delete_form.password }}
{{ delete_form.confirm.label_tag }} {{ delete_form.confirm }}
{% if delete_form.errors %}
{% for field, error in delete_form.errors.items %} {{ error|safe }} {% endfor %}
{% endif %}
{% endblock %}