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'); ?>
|
<?php echo $this->lang->line('regenerate_password'); ?>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a href="<?php echo $base_url; ?>user/login" class="user-login">
|
<a href="<?php echo $base_url; ?>/user/login" class="user-login">
|
||||||
<?php echo $this->lang->line('go_to_login'); ?>
|
<?php echo $this->lang->line('go_to_login'); ?></a>
|
||||||
</a>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<script
|
||||||
|
|
Loading…
Reference in a new issue