diff --git a/views/city/_form.php b/views/city/_form.php index ba499d8..96f3f89 100644 --- a/views/city/_form.php +++ b/views/city/_form.php @@ -9,7 +9,7 @@ /* @var $form yii\widgets\ActiveForm */ /* @var $modelLangs artbox\stock\models\CityLang */ - //\artbox\stock\assets\StockAsset::register($this); + \artbox\stock\assets\StockAsset::register($this); \artbox\stock\assets\MapAsset::register($this); ?> diff --git a/views/city/_form_language.php b/views/city/_form_language.php index 5074e82..39c8340 100755 --- a/views/city/_form_language.php +++ b/views/city/_form_language.php @@ -23,7 +23,7 @@ ); echo $attributeField; ?> - +
= SlugifyDecorator::decorate( $form->field($model_lang, '[' . $language->id . ']aliasValue'), [ '/alias/slugify' ], -- libgit2 0.21.4