mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-23 07:57:39 +00:00
13 lines
243 B
HTML
13 lines
243 B
HTML
{% extends "base_bare.html" %}
|
|
{% load hc_extras %}
|
|
|
|
{% block title %}Unsubscribed{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Unsubscribed</h1>
|
|
<p>
|
|
Your email address has been unsubscribed from
|
|
{{ site_name }} reports.
|
|
</p>
|
|
{% endblock %}
|