From: Joar Wandborg Date: Mon, 11 Jun 2012 14:17:28 +0000 (+0200) Subject: Pull instance name from config in the notification email. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4ba4e27b4430f6f3ad5b75a209688830dea2bbf1;p=mediagoblin.git Pull instance name from config in the notification email. --- diff --git a/mediagoblin/templates/mediagoblin/user_pages/comment_email.txt b/mediagoblin/templates/mediagoblin/user_pages/comment_email.txt index 7bf649cf..1155ac1e 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/comment_email.txt +++ b/mediagoblin/templates/mediagoblin/user_pages/comment_email.txt @@ -16,11 +16,11 @@ # along with this program. If not, see . -#} -{% trans username=username, comment_author=comment_author -%} +{% trans username=username, comment_author=comment_author, instance_name=app_config.html_title -%} Hi {{ username }}, -{{ comment_author }} commented on your post ({{ comment_url }}) at GNU MediaGoblin: +{{ comment_author }} commented on your post ({{ comment_url }}) at {{ instance_name }} {% endtrans %} {{ comment_content }} -GNU MediaGoblin +{{ app_config.html_title }}