<labelfor="acceptTerms"style="margin-top:20px">{% trans "I agree with the terms and conditions." %}</label>
<pid="noTerms"class="red-fonts"style="visibility: hidden; font-size: 10px; margin-top: 10px;">* {% trans 'Please choose the terms and conditions.' %}</p>
{% endif %}
{% bootstrap_form wizard.form %}
...
...
@@ -99,11 +100,7 @@
{% if wizard.steps.prev %}
<li><aclass="fl_goto"name="wizard_goto_step"data-goto="{{ wizard.steps.prev }}">{% trans "Previous" %}</a></li>
{% endif %}
{#{% if wizard.steps.next %}#}
{#<li><aclass="fl_goto"name="wizard_goto_step"data-goto="{{ wizard.steps.next }}">{% trans "Next" %}</a></li>#}
{#{% endif %}#}
{#<li><aid="fl_submit">{% trans "Submit" %}</a></li>#}