Merge branch 'callback_redir_fix' into 'master'

HOTFIX: Callback redirect fix

See merge request allianceauth/allianceauth!1161
This commit is contained in:
Ariel Rin 2020-02-07 04:55:19 +00:00
commit f42d438be2

View File

@ -3,7 +3,7 @@
{% block page_title %}Login{% endblock %}
{% block middle_box_content %}
<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>
</a>
</p>