src/cm/templates/email/invitation_email.txt
author rbernard
Wed, 20 Jan 2010 20:43:55 +0100
changeset 104 1f587b75645e
parent 0 40c8f766c9b8
permissions -rw-r--r--
enh: detached comments bug fix: test corrected bug fix: permalink to comment

{% extends "email/base_email.txt" %}{% load i18n %}{% block content %}{% if note %}{{ note }}
{% endif %}
{% blocktrans %}Click the following link to complete your registration and access the workspace:{% endblocktrans %}
{{ CONF.site_url }}{{ activate_url }}
{% endblock %}