what2watch/templates/signup_success.html

18 lines
336 B
HTML
Raw Normal View History

2023-05-18 22:49:33 +00:00
{% extends "base.html" %}
{% block title %}Thanks for Signing Up for Witch Watch, Bish{% endblock %}
{% 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 %}