fix login url for final redirect
This commit is contained in:
parent
da6af0d30c
commit
40a8747eb1
1 changed files with 2 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue