Fixed typo.

This commit is contained in:
Timur Nurlygayanov 2013-03-18 19:50:45 +04:00
parent 4ad5e3b885
commit 09df742d00
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@
{% block modal-footer %}
{% if wizard.steps.prev %}
<input type="submit" class="btn btn-primary pull-right" value="{% trans 'Create' %}"/>
<button name="wizard_goto_step" class="btn btn-small" type="submit" value="{{ wizard.steps.prev }}">{% trans "< Back" %}</button>
{% else %}
<button name="wizard_goto_step" class="btn btn-small" type="submit" value="{{ wizard.steps.next }}">{% trans "Next >" %}</button>
{% endif %}