templates: adapt ozwillo login block for new authentic (#38291)

This commit is contained in:
Frédéric Péters 2019-12-09 10:11:38 +01:00
parent 70eb5d7eda
commit 79350b9965
1 changed files with 0 additions and 2 deletions

View File

@ -1,9 +1,7 @@
{% load staticfiles %}
{% for provider in providers %}
<div class="oidc-button">
<a href="{% url "oidc-login" pk=provider.pk %}?{{ request.GET.urlencode }}">
<img src="{% static "sictiam/ozwillo.png" %}"/>
</a>
<p>Connectez-vous avec votre compte Ozwillo.</p>
</div>
{% endfor %}