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 = "Rechnungen versenden" %}
{% block content %}
{% if success %}
<p>{{ success }}</p>
<div class="somethinggood">{{ success }}</div>
{% endif %}
<h1>Abrechnung</h1>
<p>An alle User Rechnungen <a href="/billing/send_all_bills"> versenden</a>.</p>
@@ -29,4 +29,4 @@
</table>
<input type="submit" value="Änderungen übernehmen">
</form>
{% endblock %}
{% endblock %}