Fix html typo

This commit is contained in:
Ales (Shagi) Zabala Alava 2022-06-02 12:54:50 +02:00
parent 21fb9a4a8d
commit f38b38f790
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}