fixed link break
This commit is contained in:
parent
e2222ac0bf
commit
50eb5cf719
1 changed files with 2 additions and 3 deletions
|
@ -125,9 +125,8 @@
|
|||
<?php echo $this->lang->line('regenerate_password'); ?>
|
||||
</button>
|
||||
|
||||
<a href="<?php echo $base_url; ?>user/login" class="user-login">
|
||||
<?php echo $this->lang->line('go_to_login'); ?>
|
||||
</a>
|
||||
<a href="<?php echo $base_url; ?>/user/login" class="user-login">
|
||||
<?php echo $this->lang->line('go_to_login'); ?></a>
|
||||
</form>
|
||||
</div>
|
||||
<script
|
||||
|
|
Loading…
Reference in a new issue