remove remaining accounting code

This commit is contained in:
Thomas Girod
2025-04-13 14:14:26 +02:00
parent 169faec479
commit 05756520a3
14 changed files with 67 additions and 661 deletions

View File

@ -5,12 +5,12 @@
{% endblock %}
{% block content %}
<div id="accounting">
<main>
<h3>{% trans %}Refound account{% endtrans %}</h3>
<form action="" method="post">
{% csrf_token %}
{{ form.as_p() }}
<p><input type="submit" value="{% trans %}Refound{% endtrans %}" /></p>
</form>
</div>
</main>
{% endblock %}