what2watch/templates/logout_success.html

14 lines
269 B
HTML
Raw Normal View History

{% extends "base.html" %}
2023-07-09 04:26:28 +00:00
{% block title %}Thanks for Signing Up for What 2 Watch, Bish{% endblock %}
2023-06-13 21:33:31 +00:00
{% block header %}{% endblock %}
{% block content %}
<h1>Goodbye</h1>
<p>Good bye! May we suggest checking out <a href="/">our home page</a>?</p>
{% endblock %}