Pull instance name from config in the notification email.
This commit is contained in:
parent
2a376ae77f
commit
4ba4e27b44
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user