mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
7 lines
220 B
HTML
7 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>
|