From 4ba4e27b4430f6f3ad5b75a209688830dea2bbf1 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Mon, 11 Jun 2012 16:17:28 +0200 Subject: [PATCH] Pull instance name from config in the notification email. --- .../templates/mediagoblin/user_pages/comment_email.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }} -- 2.25.1