szurubooru/src/Views/user-activation.phtml
Marcin Kurczewski 39db2a64e1 Closed #32
2013-10-16 18:07:23 +02:00

6 lines
284 B
PHTML

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