what2watch/templates/signup_success.html

18 lines
338 B
HTML
Raw Permalink Normal View History

2023-05-18 22:49:33 +00:00
{% extends "base.html" %}
2024-04-12 05:15:34 +00:00
{% block title %}Thanks for Signing Up for What 2 Watch, Buddy{% 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 %}