misc: add link to applications screen in sidebar (#71697)

This commit is contained in:
Frédéric Péters 2022-11-25 08:06:08 +01:00
parent b1ea495e5a
commit 1c6b5ac6ee
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@
<aside id="sidebar">
<h3>{% trans "Settings" %}</h3>
<a class="button button-paragraph" href="{% url 'applications-home' %}">{% trans 'Applications' %}</a>
{% if has_authentic %}
<a class="button button-paragraph" href="{% url 'profile-home' %}">{% trans 'User Profile' %}</a>
{% endif %}