Use CI image for keycloak button
All checks were successful
Tests / test (push) Successful in 24s

This commit is contained in:
Tobias Kunze 2025-04-07 23:27:37 +02:00
parent d4b43ef078
commit 2d53c5f2d1
4 changed files with 19 additions and 16 deletions

View file

@ -16,10 +16,10 @@
{% csrf_token %}
{{ redirect_field }}
<button href="{{ href }}"
class="btn btn-warning btn-lg icon icon-left"
class="btn btn-warning btn-lg icon icon-left btn-keycloak"
title="{{ provider.name }}">
<img src="{% static 'img/keycloak.svg' %}" style="height: 30px">
<span class="mx-1">{% translate "Sign in with your" %} {{ provider.name }}</span>
<span class="ms-2">{% translate "Sign In" %}</span>
</button>
</form>
{% endfor %}