src/cm/templates/email/activity_notification.txt
author gibus
Mon, 29 Nov 2010 14:12:38 +0100
changeset 339 0508284129cf
parent 0 40c8f766c9b8
permissions -rw-r--r--
Open automatically reply to comment form when comment_op url parameter is set to "reply", *even if there is no reply yet* (therefore no animation should have been triggered)

{% extends "email/base_email_notification.txt" %}{% load i18n %}{% block content %}{% blocktrans %}Notification:{% endblocktrans %}
{{ activity.printable_data_nohtml_link }}
({{ activity.printable_metadata_absolute }})
{% endblock %}