healthchecks/templates/front/unsubscribe_success.html
2017-01-28 12:17:22 +02:00

20 lines
459 B
HTML

{% extends "base.html" %}
{% load hc_extras %}
{% block content %}
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="hc-dialog">
<h1>Unsubscribed</h1>
<div class="dialog-body">
<p>
Your email address has been unsubscribed from
{% site_name %} notifications.
</p>
</div>
</div>
</div>
</div>
{% endblock %}