manager: add a title to "edit user roles" page (#23453)

This commit is contained in:
Frédéric Péters 2018-04-26 14:14:52 +02:00
parent 18dddfb39b
commit 5eccb6c2ac
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,10 @@
<a href="#">{% trans "Roles" %}</a>
{% endblock %}
{% block page_title %}
{% trans "Edit User Roles" %}
{% endblock %}
{% block extrascripts %}
{{ block.super }}
<script>

View File

@ -8,6 +8,10 @@
<a href="#">{% trans "Roles" %}</a>
{% endblock %}
{% block page_title %}
{% trans "Edit User Roles" %}
{% endblock %}
{% block extrascripts %}
{{ block.super }}
<script>