Add a link to the shared passwords

This commit is contained in:
Rodolphe Breard 2019-07-27 17:31:10 +02:00
parent 7979085213
commit 57fda2f5e1

View file

@ -48,6 +48,9 @@
{% if user.is_superuser %}
<a class="navbar-item" href="{% url "admin:index" %}">{% trans "administration"|capfirst %}</a>
{% endif %}
{% if user.is_staff %}
<a class="navbar-item" href="{% url "pwdb" %}">{% trans "shared_passwords"|capfirst %}</a>
{% endif %}
<a class="navbar-item" href="{% url "logout" %}">{% trans "logout"|capfirst %}</a>
</div>
</div>