changed various html templates to include notification boxes, spelling
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user