1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-21 08:00:46 +01:00

[ticket/16187] Correctly display registration using external services

PHPBB3-16187
This commit is contained in:
3D-I 2019-10-24 07:07:08 +02:00
parent 95880a5f49
commit 734c1cd5bd

View File

@ -12,16 +12,16 @@
}
</script>
<div class="panel">
<div class="inner">
{% if PROVIDER_TEMPLATE_FILE %}
<div class="panel">
<div class="inner">
<h2>{{ SITENAME }} - {{ lang('OAUTH_REGISTRATION') }}</h2>
<h2>{{ SITENAME }} - {{ lang('OAUTH_REGISTRATION') }}</h2>
{% if PROVIDER_TEMPLATE_FILE %}
{% include PROVIDER_TEMPLATE_FILE %}
{% endif %}
</div>
</div>
</div>
{% endif %}
<form id="register" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>