Bugfix: incorrect login URL
This commit is contained in:
parent
eb7f85d966
commit
8bd01b82a4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
Hello {{ username }},
|
Hello {{ username }},
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Your account on Tentacles has been approved! You may now <a href="{{ base_url }}login">log in</a> and start printing!
|
Your account on Tentacles has been approved! You may now <a href="{{ base_url }}user/login">log in</a> and start printing!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue