szurubooru/src/Views/user-activation.phtml

7 lines
284 B
PHTML
Raw Normal View History

2013-10-16 18:07:23 +02:00
<?php if ($this->context->transport->success === true): ?>
<p class="alert alert-success">Activation completed successfully.
<?php if ($this->config->registration->staffActivation): ?>
<br>However, your account still must be confirmed by staff.
<?php endif ?></p>
<?php endif ?>