Merge pull request #1081 from ae-utbm/remove-accounting

remove remaining accounting code
This commit is contained in:
thomas girod
2025-04-13 22:10:02 +02:00
committed by GitHub
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 %}