X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=blobdiff_plain;f=templates%2Finfluences%2Femail%2Finfluence_comment_added.html;h=8390a3a5ac92d588bae633b916ffcd672d5ee8b4;hp=7ebe70ca52c98e57656c92e3103283b714b14ca0;hb=1a2870e797b6c904ebac7ce8a563eff5aa582143;hpb=5f2c52d502691cc98e310a7a2887bb1262a5003a diff --git a/templates/influences/email/influence_comment_added.html b/templates/influences/email/influence_comment_added.html index 7ebe70c..8390a3a 100644 --- a/templates/influences/email/influence_comment_added.html +++ b/templates/influences/email/influence_comment_added.html @@ -1,5 +1,6 @@ {% load gapless %}{% gapless %} {% load i18n %} +{% load uri %} {% autoescape off %} From: Xerxes (Evolution Events) X-Mailer: Xerxes @@ -18,5 +19,11 @@ Subject: {% blocktrans %}Comment added to influence "{{ influence }}".{% endbloc \\ {{comment.comment}} {% endfilter %} +\\ +\\ +{# This is ugly and hardcoded, but we don't have access to the request #} +{# when notifying currently, so this should do for now. #} +{% trans "View the influence and comments here:" %} +http://xerxes.evolution-events.nl{{ influence.get_absolute_url }} {% endautoescape %} {% endgapless %}