brotherton-erpnext/website/templates/pages/unsubscribed.html
2013-02-21 10:49:37 +05:30

13 lines
282 B
HTML

{% extends "html/outer.html" %}
{% set title="Unsubscribed" %}
{% 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 %}