Commit 1fa723dc authored by Shakarim Sapa's avatar Shakarim Sapa

- Fix

parent 31d9dd54
...@@ -18,7 +18,7 @@ if ($cacheEmail!==false && BlogBids::find()->where(['email' => $cacheEmail])->ex ...@@ -18,7 +18,7 @@ if ($cacheEmail!==false && BlogBids::find()->where(['email' => $cacheEmail])->ex
$model = new BlogBids; $model = new BlogBids;
$form = ActiveForm::begin([ $form = ActiveForm::begin([
'action' => '/blog/blog-bid/add', 'action' => '/blog/blog-bid/Add',
'enableClientValidation' => false, 'enableClientValidation' => false,
'options' => [ 'options' => [
'class' => 'subsc_blog_form blog-bid-form', 'class' => 'subsc_blog_form blog-bid-form',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment