17 lines
337 B
HTML
17 lines
337 B
HTML
{% 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>
|
|
</div>
|
|
|
|
<p>Now, head on over to <a href="/login">the login page</a> and get watchin'!</p>
|
|
|
|
{% endblock %}
|