Skip to content

Commit

Permalink
Fix login redirect for admin
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Mar 5, 2024
1 parent 6ecc87c commit cd4c8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mafiasi/base/templates/base/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</p>
{% endif %}

<form id="login-form" method="get" action="{% url 'simple_openid_connect:login' %}">
<form id="login-form" method="get" action="{% url 'simple_openid_connect:login' %}?next=/admin/">
<div class="submit-row">
<input type="submit" value="Log in with Mafiasi">
</div>
Expand Down

0 comments on commit cd4c8ca

Please sign in to comment.