Bugfix: incorrect login URL

This commit is contained in:
Reid 'arrdem' McKenzie 2023-07-06 22:54:54 -06:00
parent eb7f85d966
commit 8bd01b82a4

View file

@ -21,7 +21,7 @@
Hello {{ username }},
</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>
</div>
</div>