src/cm/templates/email/base_email_notification.txt
author raph
Mon, 22 Mar 2010 12:50:42 +0100
changeset 225 67e1a89d6bca
parent 0 40c8f766c9b8
permissions -rw-r--r--
refactor forgot pw function to use django methods / add password change page in profile / i18n update

{% load i18n %}{% autoescape off %}{% block content %}{% endblock %}
{% blocktrans with SITE_URL as SITE_URL and notification.desactivate_notification_url as desactivate_notification_url %}If you'd like to unsubscribe from this notification, click the following link: {{ SITE_URL }}{{ desactivate_notification_url }}.{% endblocktrans %}
--
{{ CONF.workspace_name }}
{{ CONF.site_url }}
{% endautoescape %}