fix login url for final redirect

This commit is contained in:
Joe Ardent 2024-03-08 17:16:07 -08:00
parent da6af0d30c
commit 40a8747eb1
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
</p>
</div>
<p>Now, head on over to <a href="/login?redirect_to=%2F{{ self.0.username|escape }}">the login page</a> and git going!
<p>Now, head on over to <a href="/user/login?redirect_to=%2F{{ self.0.username|escape }}">the login page</a> and git
going!
</p>
{% endblock %}