manager: adjust modify button on user page to mention roles (#20539)

This commit is contained in:
Frédéric Péters 2018-09-18 10:44:21 +02:00
parent a791690681
commit 1a4fe29a44
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
</ul>
{% if can_change_roles %}
<button onclick="window.location.href = '{% url "a2-manager-user-roles" pk=object.pk %}?search-ou={% firstof object.ou.pk default_ou.pk %}'; return false">{% trans "Modify" %}</button>
<button onclick="window.location.href = '{% url "a2-manager-user-roles" pk=object.pk %}?search-ou={% firstof object.ou.pk default_ou.pk %}'; return false">{% trans "Modify roles" %}</button>
{% endif %}
</div>
{% endif %}