mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-30 01:51:09 +02:00
Simplify user profile
This commit is contained in:
@ -53,9 +53,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="myNavbar">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="{% url "users:mon-profil" %}">Mon profil</a></li>
|
||||
<li><a href="{% url "users:profil" %}">Mon profil</a></li>
|
||||
{% if is_perm %}
|
||||
<li><a href="{% url "users:index" %}">Utilisateurs</a></li>
|
||||
<li><a href="{% url "users:new-user" %}">Utilisateurs</a></li>
|
||||
{% endif %}
|
||||
<li><a href="{% url "media:index" %}">Media</a></li>
|
||||
{% if is_perm %}
|
||||
|
Reference in New Issue
Block a user