aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/login_body_oauth.html
blob: 1364d01ccbd3dd90541dba92e5db1efbdbdc5cc1 (plain)
1
2
3
4
5
6
<br>
<div class="content">
	{% for oauth in oauth %}
		<a href="{{ oauth.REDIRECT_URL }}" class="button2">{{ oauth.SERVICE_NAME }}</a>
	{% endfor %}
</div>