Skip to content

Commit

Permalink
Changed log out link (#9555)
Browse files Browse the repository at this point in the history
log out link was broken before
  • Loading branch information
julian-st committed Oct 4, 2021
1 parent dd6cbf9 commit 1009a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/templates/shared/nav_auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
{% endif %}
<hr/>
<li>
<a class="dropdown-item dropdown-item-small" href="{% url 'logout' %}?next={{ request.get_full_path }}">{% trans "Log Out" %}</a>
<a class="dropdown-item dropdown-item-small" href="{% url 'logout' %}?next=/">{% trans "Log Out" %}</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 1009a17

Please sign in to comment.