aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/login_body_oauth.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template/login_body_oauth.html')
-rw-r--r--phpBB/styles/prosilver/template/login_body_oauth.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/template/login_body_oauth.html b/phpBB/styles/prosilver/template/login_body_oauth.html
index 156485d211..1364d01ccb 100644
--- a/phpBB/styles/prosilver/template/login_body_oauth.html
+++ b/phpBB/styles/prosilver/template/login_body_oauth.html
@@ -1,8 +1,6 @@
+<br>
<div class="content">
- <!-- BEGIN oauth -->
- <dl>
- <dt>&nbsp;</dt>
- <dd><a href="{oauth.REDIRECT_URL}" class="button2">{oauth.SERVICE_NAME}</a></dd>
- </dl>
- <!-- END oauth -->
+ {% for oauth in oauth %}
+ <a href="{{ oauth.REDIRECT_URL }}" class="button2">{{ oauth.SERVICE_NAME }}</a>
+ {% endfor %}
</div>