Skip to content
Snippets Groups Projects
Commit 717233c1 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Make the login btn go directly to keycloak. Admin login can still be done via...

Make the login btn go directly to keycloak. Admin login can still be done via the Django Admin interface.
parent f5600043
No related branches found
No related tags found
1 merge request!297Make the login btn go directly to keycloak
Pipeline #50766 passed
......@@ -50,7 +50,14 @@
</li>
{% else %}
<li class="h-navbar-list__item">
<a class="button button--secondary margin-right" href="{% url 'account_login' %}">Sign In</a>
<form method="post" action="{% provider_login_url 'keycloak' %}">
{% csrf_token %}
<button type="submit" class="button button--secondary margin-right">
Sign In
</button>
</form>
</li>
{% endif %}
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment