Pull instance name from config in the notification email.
authorJoar Wandborg <git@wandborg.com>
Mon, 11 Jun 2012 14:17:28 +0000 (16:17 +0200)
committerJoar Wandborg <git@wandborg.com>
Mon, 11 Jun 2012 14:19:59 +0000 (16:19 +0200)
mediagoblin/templates/mediagoblin/user_pages/comment_email.txt

index 7bf649cf268ee66dc7885acef8ee2b3450ae51dd..1155ac1eaecacc05204c4c67a05674e4c6979923 100644 (file)
 # 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 }}