- add sending of emails (works except dept)

This commit is contained in:
Ulrich Knechtelsdorfer
2016-04-06 22:38:56 +02:00
parent 2ee9089583
commit 0bd185482d
5 changed files with 123 additions and 17 deletions

View File

@@ -9,6 +9,7 @@
<p>{{ success }}</p>
{% endif %}
<h1>Abrechnung</h1>
<p>An alle User Rechnungen <a href="/billing/send_all_bills"> versenden</a>.</p>
<form name="billing" method="post" action="/billing">
<table>
<tr>
@@ -30,5 +31,4 @@
</table>
<input type="submit" value="Änderungen übernehmen">
</form>
<p>An alle User Rechnungen <a href="/billing/send_all_bills"> versenden</a>.</p>
{% endblock %}