Merge branch 'master' into edge

This commit is contained in:
Nabin Hait
2013-03-06 11:34:48 +05:30
306 changed files with 13786 additions and 4131 deletions

View File

@@ -0,0 +1,11 @@
{% extends "html/outer.html" %}
{% set title="{{ webnotes.message_title or 'Message' }}" %}
{% block content %}
<div class="content">
<div class="layout-wrapper layout-main">
{{ webnotes.message }}
</div>
</div>
{% endblock %}

View File

@@ -1,13 +0,0 @@
{% 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 %}