Skip to content
Snippets Groups Projects
Commit 092288cf authored by jan.bednarik's avatar jan.bednarik
Browse files

tuning: Redirect back on login

parent 5d09c078
No related branches found
No related tags found
2 merge requests!454Release,!453Fix
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% block login_form %} {% block login_form %}
<h1>Redakční systém Maják</h1> <h1>Redakční systém Maják</h1>
<a class="button" href="{% url 'oidc_authentication_init' %}">Přihlásit se Pirátskou identitou</a> <a class="button" href="{% url 'oidc_authentication_init' %}?next={{ request.GET.next }}">Přihlásit se Pirátskou identitou</a>
{% endblock %} {% endblock %}
{% block below_login %} {% block below_login %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment