Seditio Source
Root |
./othercms/phpBB3/styles/prosilver/template/login_body_oauth.html
<br>
<div class="content">
{% for oauth in oauth %}
<a href="{{ oauth.REDIRECT_URL }}" class="button2">{{ oauth.SERVICE_NAME }}</a>
{% endfor %}
</div>