* * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ use yii\helpers\Html; use yii\widgets\ActiveForm; /** * @var yii\web\View $this * @var \Da\User\Form\RegistrationForm $model * @var \Da\User\Model\User $user * @var \Da\User\Module $module */ $this->title = Yii::t('usuario', 'Sign up'); $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a(Yii::t('usuario', 'Already registered? Sign in!'), ['/user/security/login']) ?>