admin: fix submit button on update form

This commit is contained in:
Jens Langhammer 2020-07-06 17:46:30 +02:00
parent 24ad893350
commit 02d65972cb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{% endblock %} {% endblock %}
{% block action %} {% block action %}
{% blocktrans with type=form|form_verbose_name|title %} {% blocktrans with type=form|form_verbose_name %}
Update {{ type }} Update {{ type }}
{% endblocktrans %} {% endblocktrans %}
{% endblock %} {% endblock %}