2023-05-18 22:49:33 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block title %}Thanks for Signing Up for Witch Watch, Bish{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<h1>You did it!</h1>
|
|
|
|
|
|
|
|
<div id="signup_success"><p>
|
2023-06-13 19:34:54 +00:00
|
|
|
{{ self.user }}
|
2023-05-18 22:49:33 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>Now, head on over to <a href="/login">the login page</a> and get watchin'!</p>
|
|
|
|
|
|
|
|
{% endblock %}
|