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

@@ -2,7 +2,7 @@
{% set title = "Persönliche Rechnung versenden" %}
{% block content %}
{% if success %}
<p>{{ success }}</p>
<div class="somethinggood">{{ success }}</div>
{% endif %}
<h1>Rechnung an {{user_to_bill.longname}} verschicken</h1>
<form name="billing" method="post" action="/billing/send_personal_bill/{{user_to_bill.name}}">
@@ -14,4 +14,4 @@
</form>
<p>An alle User Rechnungen <a href="/billing/send_all_bills"> versenden</a>.</p>
{% endblock %}
{% endblock %}