signedUp.php 404 B

12345678910111213141516171819
  1. <?php
  2. use yii\helpers\Html;
  3. use yii\widgets\ActiveForm;
  4. /**
  5. * @var yii\web\View $this
  6. * @var yii\widgets\ActiveForm $form
  7. * @var \frontend\models\User $model
  8. */
  9. $this->title = 'Signup';
  10. $this->params['breadcrumbs'][] = $this->title;
  11. ?>
  12. <div class="site-signup alert alert-info">
  13. <h1>Thank You</h1>
  14. <p>We have sent you an email with a confirmation link. Please check your Inbox.</p>
  15. </div>