fix login url for final redirect

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

View File

@ -1,6 +1,6 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block title %}Thanks for Signing Up for What 2 Watch, Bish{% endblock %} {% block title %}Thanks for Signing up for the Kitten Collective!{% endblock %}
{% block content %} {% block content %}
{% block header %}{% endblock %} {% block header %}{% endblock %}
@ -13,7 +13,8 @@
</p> </p>
</div> </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> </p>
{% endblock %} {% endblock %}