Commit 6ee76e6f authored by Michal Čihař's avatar Michal Čihař

Add links to current unit to emails

parent 83ab3948
......@@ -15,4 +15,8 @@ there has been new translation on {{ translation }} at {{ site_title }}.
{{ oldunit.target }}{% else %}{% trans "Previously not translated" %}{% endif %}
{% trans "You can edit this string at:" %}
http://{{ current_site }}{{ unit.get_absolute_url }}
{% endfilter%}{% endautoescape %}{% include "mail/footer.txt" %}
......@@ -11,4 +11,8 @@ there has been a new comment on {{ subproject }} at {{ site_title }}.
{{ comment.comment }}
{% trans "You can edit this string at:" %}
http://{{ current_site }}{{ unit.get_absolute_url }}
{% endfilter%}{% endautoescape %}{% include "mail/footer.txt" %}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment