title = Yii::t('user', 'Reset password');
$this->params['breadcrumbs'][] = $this->title;
?>
= Html::encode($this->title) ?>
= Html::tag('p', Yii::t('user', 'Wrong password reset token.')) ?>
= Html::a(Yii::t('user', 'Reset password'), ['/user/password/request-reset'], [
'class' => 'btn btn-primary'
]) ?>