src/cm/templates/email/text_created.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

{% extends "email/base_email.txt" %}{% load i18n %}

{% block content %}
{% blocktrans %}Your text "{{ title }}" has been created.{% endblocktrans %}

{% blocktrans %}To publish it click on the following link:{% endblocktrans %}
{{ site_url }}{{ publish_url }} 
{% endblock %}