mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
8 lines
220 B
HTML
8 lines
220 B
HTML
<div class="panel captcha-panel">
|
|
<div class="inner">
|
|
|
|
<h3 class="captcha-title">{{ lang('CONFIRM_CODE') }}</h3>
|
|
<p class="error">{{ lang(CONFIRM_LANG, '<a href="' ~ CONTACT_LINK ~ '">', '</a>') }}</p>
|
|
</div>
|
|
</div>
|