queen/templates/signup_success.html

20 lines
393 B
HTML
Raw Normal View History

2024-02-26 00:34:32 +00:00
{% extends "base.html" %}
{% block title %}Thanks for Signing Up for What 2 Watch, Bish{% endblock %}
{% block content %}
{% block header %}{% endblock %}
<h1>You did it!</h1>
<div id="signup_success">
<p>
{{ self.0 }}
</p>
2024-02-26 00:34:32 +00:00
</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>
2024-02-26 00:34:32 +00:00
{% endblock %}