Fix register link
This commit is contained in:
parent
6b652174f2
commit
8af2d647df
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ switch ($step) {
|
|||
<h1 class="ui header"><?= __('Success') ?></h1>
|
||||
<p>
|
||||
<a class="ui primary button"
|
||||
href="<? Page::PAGE_REGISTER ?>"
|
||||
href="<?= Page::PAGE_REGISTER ?>"
|
||||
title="<?= __('Register') ?>"
|
||||
>
|
||||
<?= __('Register') ?>
|
||||
|
|
Loading…
Reference in a new issue