{% from 'macros.html' import label_field %} {% extends 'base.html' %} {% block header %}

{% block title %}Delete the Account. This is non reversable{% endblock %}

{% endblock %} {% block content %}
{{ form.hidden_tag() }} {{ form.submit }}
{% endblock %}