Correctly display action on Create/Update templates

This commit is contained in:
Jens Langhammer
2019-02-25 16:40:46 +01:00
parent 408e205c5f
commit c2756f15fc
3 changed files with 11 additions and 3 deletions

View File

@ -4,4 +4,8 @@
{% block above_form %}
<h1>{% trans 'Create' %}</h1>
{% endblock %}
{% endblock %}
{% block action %}
{% trans 'Create' %}
{% endblock %}