what2watch/templates/logout_success.html

14 lines
268 B
HTML

{% extends "base.html" %}
{% block title %}Thanks for Signing Up for Witch Watch, Bish{% endblock %}
{% block header %}{% endblock %}
{% block content %}
<h1>Goodbye</h1>
<p>Good bye! May we suggest checking out <a href="/">our home page</a>?</p>
{% endblock %}