Files
san-reymoros/styles/prosilver/template/login_body_oauth.html
gauvainboiche 058c2110e9 first commit
2020-03-03 22:45:25 +01:00

7 lines
156 B
HTML

<br>
<div class="content">
{% for oauth in oauth %}
<a href="{{ oauth.REDIRECT_URL }}" class="button2">{{ oauth.SERVICE_NAME }}</a>
{% endfor %}
</div>