diff -r 000000000000 -r 40c8f766c9b8 src/cm/templates/email/base_email_notification.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/templates/email/base_email_notification.txt Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,6 @@ +{% 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 %}