FIX: rechange label for submit button.
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
{% buttons %}
|
{% buttons %}
|
||||||
<button type="submit" name="submit" class="btn btn-success">
|
<button type="submit" name="submit" class="btn btn-success">
|
||||||
{% bootstrap_icon 'ok' %} 
|
{% bootstrap_icon 'ok' %} 
|
||||||
{% trans 'Speichern und Einsenden' %}
|
{% trans 'Einsenden' %}
|
||||||
</button>
|
</button>
|
||||||
<a class="btn btn-warning" href="?back">
|
<a class="btn btn-warning" href="?back">
|
||||||
{% bootstrap_icon 'repeat' %} 
|
{% bootstrap_icon 'repeat' %} 
|
||||||
|
|||||||
Reference in New Issue
Block a user