Pull instance name from config in the notification email.

This commit is contained in:
Joar Wandborg 2012-06-11 16:17:28 +02:00
parent 2a376ae77f
commit 4ba4e27b44

View File

@ -16,11 +16,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # 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 }}, 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 %} {% endtrans %}
{{ comment_content }} {{ comment_content }}
GNU MediaGoblin {{ app_config.html_title }}