From f430a8ef4a13a23b6056aac38b718d55ace8bd02 Mon Sep 17 00:00:00 2001 From: dozer111 Date: Tue, 31 Jul 2018 15:08:39 +0300 Subject: [PATCH] fix 5 --- frontend/views/site/contact.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/views/site/contact.php b/frontend/views/site/contact.php index a2ce731..5b2114b 100755 --- a/frontend/views/site/contact.php +++ b/frontend/views/site/contact.php @@ -169,10 +169,10 @@ JS; ] ); ?> - field($contact, 'reCaptcha')->widget( - // \himiklab\yii2\recaptcha\ReCaptcha::className(), - // ['siteKey' => '6LcmYmcUAAAAAASKWf3qnHXJCg9vGfJfDefY9TzW'] - // )->label(false) ?> + field($contact, 'reCaptcha')->widget( + \himiklab\yii2\recaptcha\ReCaptcha::className(), + ['siteKey' => '6LcmYmcUAAAAAASKWf3qnHXJCg9vGfJfDefY9TzW'] + )->label(false) ?>
Отправить сообщение', -- libgit2 0.21.4