Skip to content

Commit

Permalink
added switch configuration option to the user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 19, 2021
1 parent e7346ad commit 74718ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flat/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<li><a href="{{base_prefix}}/admin/">Administration</a></li>
{% endif %}
<li><a href="https://flat.readthedocs.io/en/latest/user_guide.html">Documentation</a></li>
<li><a href="{{base_prefix}}/selectconf/">Switch configuration</a></li>
{% if oidc %}
<li><a href="{% url 'oidc_logout' %}">Log out</a></li>
{% else %}
Expand Down

0 comments on commit 74718ae

Please sign in to comment.