add credit sum to overview

This commit is contained in:
erichhasl
2018-05-19 18:26:29 +02:00
parent 0bbd48439a
commit 3eb5a43910
2 changed files with 6 additions and 1 deletions
@@ -28,6 +28,10 @@
{% endfor %}
</table>
<h2>Kredite</h2>
<p>Insgesamt wird eine Kreditsumme von {{ kreditgesamt }}€ gewünscht.</p>
<form action="" method="post">
{% csrf_token %}
<input type="submit" value="Zurück">