changed various html templates to include notification boxes, spelling

This commit is contained in:
bernis
2017-03-03 17:48:25 +01:00
parent a36df6973e
commit 4514db257f
13 changed files with 63 additions and 45 deletions

View File

@@ -1,14 +1,8 @@
{% extends "base.html"%}
{% set title = "An alle User Rechnungen versenden" %}
{% block content %}
<h3>TODO: </h3>
<ul>
<li>actual send emails</li>
<li>save default text somewhere and make it configureable</li>
<li>insert the right ammount of dept</li>
</ul>
{% if success %}
<p>{{ success }}</p>
<div class="somethinggood">{{ success }}</div>
{% endif %}
<h1>Rechnung an alle verschicken</h1>
<form name="billing" method="post" action="/billing/send_all_bills">
@@ -27,4 +21,4 @@
<li> <b>%%dept%%</b> fügt die Höhe der Schulden des Benutzers ein. </li>
<li> <b>%%if_is_black%% TEXT %%end_if_is_black%%</b> fügt den TEXT ein, falls der user geschwärzt ist.</li>
</ul>
{% endblock %}
{% endblock %}