passthrough the redirect url

This commit is contained in:
Aaron Kable 2020-02-07 04:50:31 +00:00
parent 337c4d9ce5
commit 36af471c3c

View File

@ -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>