Skip to content

Commit

Permalink
You should now stay on the same page after signing in (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikJansenn authored Nov 21, 2024
1 parent 3d6fcb3 commit 835a3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/website/templates/topbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a class="nav-link text-primary" href="{% url 'become-a-member' %}">{% trans 'Become a member' %}</a>
</div>
<div class="nav-item top-level">
<a class="nav-link text-primary" href="{% url 'login' %}">{% trans 'Sign in' %}</a>
<a class="nav-link text-primary" href="{% url 'login' %}?next={{request.path}}">{% trans 'Sign in' %}</a>
</div>
{% endif %}
</div>
Expand Down

0 comments on commit 835a3ce

Please sign in to comment.