You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
249 B

  1. {% extends "base_bare.html" %}
  2. {% load hc_extras %}
  3. {% block title %}Unsubscribed{% endblock %}
  4. {% block content %}
  5. <h1>Unsubscribed</h1>
  6. <p>
  7. Your email address has been unsubscribed from
  8. {% site_name %} notifications.
  9. </p>
  10. {% endblock %}