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
237 B

  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="row">
  4. <div class="col-sm-6 col-sm-offset-3">
  5. <div class="hc-dialog">
  6. <h1>You have been unsubscribed</h1>
  7. </div>
  8. </div>
  9. </div>
  10. {% endblock %}