"Abschicken" -> "Weiter"
This commit is contained in:
parent
96329632bd
commit
bf72789d16
|
@ -42,7 +42,7 @@
|
||||||
{% if wizard.steps.prev %}
|
{% if wizard.steps.prev %}
|
||||||
<button formnovalidate="formnovalidate" name="wizard_goto_step" type="submit" value="{{ wizard.steps.prev }}">Zurück</button>
|
<button formnovalidate="formnovalidate" name="wizard_goto_step" type="submit" value="{{ wizard.steps.prev }}">Zurück</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<button type="submit" value="{% trans "Abschicken" %}">Abschicken</button>
|
<button type="submit" value="{% trans "Weiter" %}">Weiter</button>
|
||||||
</form>
|
</form>
|
||||||
<p>
|
<p>
|
||||||
<img src="https://upload.wikimedia.org/wikipedia/commons/c/c4/Figuren_klein.jpg"><p>
|
<img src="https://upload.wikimedia.org/wikipedia/commons/c/c4/Figuren_klein.jpg"><p>
|
||||||
|
|
Loading…
Reference in New Issue