Projet

Général

Profil

0001-manager-add-a-title-to-edit-user-roles-page-23453.patch

Frédéric Péters, 26 avril 2018 14:15

Télécharger (1,5 ko)

Voir les différences:

Subject: [PATCH] manager: add a title to "edit user roles" page (#23453)

 .../manager/templates/authentic2/manager/user_ou_roles.html   | 4 ++++
 .../manager/templates/authentic2/manager/user_roles.html      | 4 ++++
 2 files changed, 8 insertions(+)
src/authentic2/manager/templates/authentic2/manager/user_ou_roles.html
8 8
  <a href="#">{% trans "Roles" %}</a>
9 9
{% endblock %}
10 10

  
11
{% block page_title %}
12
{% trans "Edit User Roles" %}
13
{% endblock %}
14

  
11 15
{% block extrascripts %}
12 16
  {{ block.super }}
13 17
  <script>
src/authentic2/manager/templates/authentic2/manager/user_roles.html
8 8
  <a href="#">{% trans "Roles" %}</a>
9 9
{% endblock %}
10 10

  
11
{% block page_title %}
12
{% trans "Edit User Roles" %}
13
{% endblock %}
14

  
11 15
{% block extrascripts %}
12 16
  {{ block.super }}
13 17
  <script>
14
-