Skip to content

Commit 5ed6a3e

Browse files
Revert "Changed log out link (#9555)" (#9557)
This reverts commit 1009a17.
1 parent 73a3162 commit 5ed6a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/dashboard/templates/shared/nav_auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
{% endif %}
207207
<hr/>
208208
<li>
209-
<a class="dropdown-item dropdown-item-small" href="{% url 'logout' %}?next=/">{% trans "Log Out" %}</a>
209+
<a class="dropdown-item dropdown-item-small" href="{% url 'logout' %}?next={{ request.get_full_path }}">{% trans "Log Out" %}</a>
210210
</li>
211211
</ul>
212212
</div>

0 commit comments

Comments
 (0)