1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 15:45:34 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2019-04-07 10:25:38 +02:00
commit cc67558302
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -1,8 +1,6 @@
<br>
<div class="content">
<!-- BEGIN oauth -->
<dl>
<dt>&nbsp;</dt>
<dd><a href="{oauth.REDIRECT_URL}" class="button1 button button-form-bold">{oauth.SERVICE_NAME}</a></dd>
</dl>
<!-- END oauth -->
{% for oauth in oauth %}
<a href="{{ oauth.REDIRECT_URL }}" class="button1 button button-form-bold">{{ oauth.SERVICE_NAME }}</a>
{% endfor %}
</div>