2023-05-18 22:49:33 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
2023-07-09 04:26:28 +00:00
|
|
|
{% block title %}Thanks for Signing Up for What 2 Watch, Bish{% endblock %}
|
2023-05-18 22:49:33 +00:00
|
|
|
|
|
|
|
{% block content %}
|
2023-06-13 21:33:31 +00:00
|
|
|
{% block header %}{% endblock %}
|
2023-05-18 22:49:33 +00:00
|
|
|
|
|
|
|
<h1>You did it!</h1>
|
|
|
|
|
|
|
|
<div id="signup_success"><p>
|
|
|
|
{{ self.0 }}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>Now, head on over to <a href="/login">the login page</a> and get watchin'!</p>
|
|
|
|
|
|
|
|
{% endblock %}
|