@@ -9,7 +9,6 @@ |
||
9 | 9 | use yii\web\NotFoundHttpException; |
10 | 10 | use yii\filters\VerbFilter; |
11 | 11 | use yii2mod\editable\EditableAction; |
12 | -use yii2mod\user\models\SignupForm; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * UserController implements the CRUD actions for UserModel model. |
@@ -1,5 +1,4 @@ |
||
1 | 1 | <?php |
2 | -use app\widgets\Alert; |
|
3 | 2 | use kartik\alert\AlertBlock; |
4 | 3 | use yii\helpers\Html; |
5 | 4 | use yii\bootstrap\Nav; |
@@ -28,7 +28,8 @@ discard block |
||
28 | 28 | <?php endif; ?> |
29 | 29 | </p> |
30 | 30 | |
31 | - <?php else: ?> |
|
31 | + <?php else { |
|
32 | + : ?> |
|
32 | 33 | |
33 | 34 | <p> |
34 | 35 | If you have business inquiries or other questions, please fill out the following form to contact us. Thank you. |
@@ -36,7 +37,9 @@ discard block |
||
36 | 37 | |
37 | 38 | <div class="row"> |
38 | 39 | <div class="col-lg-5"> |
39 | - <?php $form = ActiveForm::begin(['id' => 'contact-form']); ?> |
|
40 | + <?php $form = ActiveForm::begin(['id' => 'contact-form']); |
|
41 | +} |
|
42 | +?> |
|
40 | 43 | <?php echo $form->field($model, 'name'); ?> |
41 | 44 | <?php echo $form->field($model, 'email'); ?> |
42 | 45 | <?php echo $form->field($model, 'subject'); ?> |