mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Merge branch 'callback_redir_fix' into 'master'
HOTFIX: Callback redirect fix See merge request allianceauth/allianceauth!1161
This commit is contained in:
commit
f42d438be2
@ -3,7 +3,7 @@
|
|||||||
{% block page_title %}Login{% endblock %}
|
{% block page_title %}Login{% endblock %}
|
||||||
{% block middle_box_content %}
|
{% block middle_box_content %}
|
||||||
<p style="text-align:center">
|
<p style="text-align:center">
|
||||||
<a href="{% url 'auth_sso_login' %}">
|
<a href="{% url 'auth_sso_login' %}{% if request.GET.next %}?next={{request.GET.next}}{%endif%}">
|
||||||
<img src="{% static 'img/sso/EVE_SSO_Login_Buttons_Large_Black.png' %}" border=0>
|
<img src="{% static 'img/sso/EVE_SSO_Login_Buttons_Large_Black.png' %}" border=0>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user