Correctly display action on Create/Update templates
This commit is contained in:
@ -4,4 +4,8 @@
|
||||
|
||||
{% block above_form %}
|
||||
<h1>{% trans 'Create' %}</h1>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
{% block action %}
|
||||
{% trans 'Create' %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user