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

Merge pull request #5717 from 3D-I/ticket/16187

[ticket/16187] Correctly display registration using external services
This commit is contained in:
Marc Alexander 2019-11-01 22:10:27 +01:00
commit 4ae43c7970
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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}>