aboutsummaryrefslogtreecommitdiffstats
path: root/src/expense/templates/auth/delete.html
blob: 69609071415e7ec97f3abd5e9f31c1edc2f9dbf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{% from 'macros.html' import label_field %}
{% extends 'base.html' %}

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

{% block content %}
<form method="post">
  {{ form.hidden_tag() }}
  {{ form.submit }}
</form>
{% endblock %}