what2watch/templates/logout_success.html

14 lines
270 B
HTML
Raw Permalink Normal View History

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