File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,4 @@ DeleteMultipleAction Class
57
57
58
58
[ renderTagAttributes() ] :http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#renderTagAttributes()-detail
59
59
[ dropDownList() ] :http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#dropDownList()-detail
60
- [ t() ] :http://www.yiiframework.com/doc-2.0/yii-baseyii.html#t()-detail
61
-
62
- ### CSRF validation
63
- For enable CSRF validation make sure you have ``` <?= Html::csrfMetaTags() ?> ``` in main layout.
60
+ [ t() ] :http://www.yiiframework.com/doc-2.0/yii-baseyii.html#t()-detail
Original file line number Diff line number Diff line change @@ -79,6 +79,9 @@ public function actions()
79
79
80
80
> Tip: For information about properties and methods of the widget, see the bundled ` DOCUMENTATION.md ` .
81
81
82
+ ### CSRF validation
83
+ For enable CSRF validation make sure you have ``` <?= Html::csrfMetaTags() ?> ``` in main layout.
84
+
82
85
Examples
83
86
--------
84
87
You can’t perform that action at this time.
0 commit comments