This commit is contained in:
2015-09-19 08:57:45 +02:00
parent 5163f1a9a9
commit fd181e580f
5 changed files with 144 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ use yii\widgets\ActiveForm;
<?php $form = ActiveForm::begin(); ?>
<?php echo Yii::t('common', 'Create')?>
<?= $form->field($model, 'username')->textInput() ?>
<?= $form->field($model, 'email')->textInput() ?>