We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a3162 commit 5ed6a3eCopy full SHA for 5ed6a3e
1 file changed
app/dashboard/templates/shared/nav_auth.html
@@ -206,7 +206,7 @@
206
{% endif %}
207
<hr/>
208
<li>
209
- <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>
210
</li>
211
</ul>
212
</div>
0 commit comments