brotherton-erpnext/website/templates/pages/unsubscribed.html
2012-09-24 19:13:42 +05:30

11 lines
250 B
HTML

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