Skip to content

Commit

Permalink
Revert "Changed log out link (#9555)" (#9557)
Browse files Browse the repository at this point in the history
This reverts commit 1009a17.
  • Loading branch information
thelostone-mc committed Oct 4, 2021
1 parent 73a3162 commit 5ed6a3e
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=/">{% trans "Log Out" %}</a>
<a class="dropdown-item dropdown-item-small" href="{% url 'logout' %}?next={{ request.get_full_path }}">{% trans "Log Out" %}</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 5ed6a3e

Please sign in to comment.