Commit d7edef03 authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем вывод формы

parent d454eb2a
...@@ -10,7 +10,7 @@ use yii\helpers\Html; ...@@ -10,7 +10,7 @@ use yii\helpers\Html;
<div class="errors_login_popup"></div> <div class="errors_login_popup"></div>
<?php <?php
echo $form->field($model, 'email')->textInput(['placeholder'=>"E-mail", 'class'=>'input_st field-input required email'])->label(false); echo $form->field($model, 'username')->textInput(['placeholder'=>"E-mail", 'class'=>'input_st field-input required email'])->label(false);
echo $form->field($model, 'password')->passwordInput(['placeholder'=>"Пароль*", 'class'=>'input_st field-input required email'])->label(false); echo $form->field($model, 'password')->passwordInput(['placeholder'=>"Пароль*", 'class'=>'input_st field-input required email'])->label(false);
?> ?>
......
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