mirror of
https://github.com/nanoy42/coope
synced 2024-11-22 03:13:12 +00:00
Ajout d'un lien sur le profil
This commit is contained in:
parent
e01fb202ff
commit
e81152c717
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@
|
|||
<span class="tabulation"><a href="">Ajouter aux superusers</a></span>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if perms.auth.change_user %}
|
||||
<span class="tabulation"><a href="{% url 'users:switchActivateUser' user.pk %}">{{ user.is_active | yesno:"Désa,A"}}ctiver</a></span>
|
||||
{% endif %}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue