Update contact.php (#74)

This commit is contained in:
Alexandr 2016-07-19 04:54:42 +07:00 committed by Alexander Makarov
parent 3214a14ebf
commit a25a953f8d

View File

@ -49,7 +49,7 @@ $this->params['breadcrumbs'][] = $this->title;
<?= $form->field($model, 'subject') ?>
<?= $form->field($model, 'body')->textArea(['rows' => 6]) ?>
<?= $form->field($model, 'body')->textarea(['rows' => 6]) ?>
<?= $form->field($model, 'verifyCode')->widget(Captcha::className(), [
'template' => '<div class="row"><div class="col-lg-3">{image}</div><div class="col-lg-6">{input}</div></div>',