Fix html typo
This commit is contained in:
parent
21fb9a4a8d
commit
f38b38f790
|
@ -23,10 +23,10 @@
|
||||||
<li><a href="{{ view.get_cancel_url }}">{% trans "Cancel" %}</a></li>
|
<li><a href="{{ view.get_cancel_url }}">{% trans "Cancel" %}</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<li><button type="submit">{% trans "Save" %}</button>
|
<li><button type="submit">{% trans "Save" %}</button></li>
|
||||||
|
|
||||||
{% if not is_popup %}
|
{% if not is_popup %}
|
||||||
<li><button name="save_and_continue" type="submit">{% trans "Save and continue" %}</button>
|
<li><button name="save_and_continue" type="submit">{% trans "Save and continue" %}</button></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% block extra_form_actions %}{% endblock %}
|
{% block extra_form_actions %}{% endblock %}
|
||||||
{% endblock form_actions %}
|
{% endblock form_actions %}
|
||||||
|
|
Loading…
Reference in New Issue