diff options
author | Joar Wandborg <git@wandborg.com> | 2012-06-11 16:17:28 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2012-06-11 16:19:59 +0200 |
commit | 4ba4e27b4430f6f3ad5b75a209688830dea2bbf1 (patch) | |
tree | 77344141da76a4ea3ce429f48880a8f88a350086 | |
parent | 2a376ae77ff6dc6b5b6291e85f7fc6c6fda15b44 (diff) | |
download | mediagoblin-4ba4e27b4430f6f3ad5b75a209688830dea2bbf1.tar.lz mediagoblin-4ba4e27b4430f6f3ad5b75a209688830dea2bbf1.tar.xz mediagoblin-4ba4e27b4430f6f3ad5b75a209688830dea2bbf1.zip |
Pull instance name from config in the notification email.
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/comment_email.txt | 6 |
1 files 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 <http://www.gnu.org/licenses/>. -#} -{% 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 }} |