Link to dashboard from menu

This commit is contained in:
Mouse Reeve
2021-09-11 07:17:14 -07:00
parent bc179ab90f
commit fc69729f93
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<div class="block columns">
<nav class="menu column is-one-quarter">
<h2 class="menu-label">
{% url 'dashboard' as url %}
{% url 'settings-dashboard' as url %}
<a
href="{{ url }}"
{% if url in request.path %} class="is-active" aria-selected="true"{% endif %}