change password

This commit is contained in:
akosse
2020-01-22 12:18:03 +03:00
parent cb10af1bce
commit 8322d58066
8 changed files with 78 additions and 12 deletions

View File

@ -17,10 +17,6 @@ use yii\helpers\ArrayHelper;
<?= $form->field($model, 'fio')->textInput(['maxlength' => true]) ?>
<?= $form->field($model, 'email')->textInput(['maxlength' => true]) ?>
<?= $form->field($model, 'gender')->dropDownList($model->genders, ['prompt' => 'Выберите']) ?>
<?= $form->field($model, 'dob')->input(
'date',
[
@ -30,7 +26,6 @@ use yii\helpers\ArrayHelper;
]
) ?>
<div class="row">
<div class="col-xs-12">
<?= $form->field($model, 'skill')->widget(