phpbb/phpBB/styles/prosilver2/template/login_body_oauth.html
2024-11-22 17:36:46 +00:00

6 lines
180 B
HTML

<br>
<div class="content">
{% for oauth in oauth %}
<a href="{{ oauth.REDIRECT_URL }}" class="button1 button button-form-bold">{{ oauth.SERVICE_NAME }}</a>
{% endfor %}
</div>