1920/template/login_body_oauth.html
2024-03-06 03:47:16 +01:00

6 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>