Moved SSO button from "root" to "authentication"

This commit is contained in:
Peter Pfeufer 2022-06-25 13:46:56 +02:00
parent 7618dd0f91
commit 0cd36ad5bc
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27
3 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
{% block middle_box_content %}
<a href="{% url 'auth_sso_login' %}{% if request.GET.next %}?next={{request.GET.next}}{%endif%}">
<img class="img-responsive center-block" src="{% static 'img/sso/EVE_SSO_Login_Buttons_Large_Black.png' %}">
<img class="img-responsive center-block" src="{% static 'authentication/img/sso/EVE_SSO_Login_Buttons_Large_Black.png' %}">
</a>
{% endblock %}