Commit f430a8ef4a13a23b6056aac38b718d55ace8bd02
1 parent
43c887b9
fix 5
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
frontend/views/site/contact.php
... | ... | @@ -169,10 +169,10 @@ JS; |
169 | 169 | ] |
170 | 170 | ); ?> |
171 | 171 | </div> |
172 | - <!-- --><? //= $form->field($contact, 'reCaptcha')->widget( | |
173 | - // \himiklab\yii2\recaptcha\ReCaptcha::className(), | |
174 | - // ['siteKey' => '6LcmYmcUAAAAAASKWf3qnHXJCg9vGfJfDefY9TzW'] | |
175 | - // )->label(false) ?> | |
172 | + <!-- --><?= $form->field($contact, 'reCaptcha')->widget( | |
173 | + \himiklab\yii2\recaptcha\ReCaptcha::className(), | |
174 | + ['siteKey' => '6LcmYmcUAAAAAASKWf3qnHXJCg9vGfJfDefY9TzW'] | |
175 | + )->label(false) ?> | |
176 | 176 | <div class="col-sm-12 text-center"> |
177 | 177 | <?= Html::submitButton( |
178 | 178 | '<i class="fa fa-envelope-o"></i> Отправить сообщение', | ... | ... |