{% from 'macros.html' import label_field %} {% extends 'base.html' %} {% block title %}Delete the Account. This is non reversable{% endblock %} {% block content %}
{{ form.hidden_tag() }} {{ form.submit }}
{% endblock %}