2012-08-02 12:33:12 +00:00
|
|
|
{% extends "html/outer.html" %}
|
|
|
|
|
2013-02-21 05:19:37 +00:00
|
|
|
{% set title="Unsubscribed" %}
|
|
|
|
|
2012-08-02 12:33:12 +00:00
|
|
|
{% block content %}
|
|
|
|
<div class="content">
|
|
|
|
<div class="layout-wrapper layout-main">
|
|
|
|
<h3>Unsubscribed</h3>
|
|
|
|
<br>
|
|
|
|
<p><b>{{ webnotes.unsubscribed_email }}</b> has been unsubscribed.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|