Commit f4c4f51f authored by Michal Čihař's avatar Michal Čihař

Fix blocks order in email templates

parent 4a2b2ffa
......@@ -11,4 +11,4 @@ there has been new translation on {{ translation }} at {{ site_title }}.
{{ unit.target }}
{% endautoescape %}{% endfilter%}
{% endfilter%}{% endautoescape %}
......@@ -2,4 +2,4 @@
{{ username }} has just made his first contribution on {{ translation }} at {{ site_title }}.
{% endblocktrans %}
{% endautoescape %}{% endfilter%}
{% endfilter%}{% endautoescape %}
{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% blocktrans with site|site_title as site_title %}Hi,
there are new strings to translate on {{ translation }} at {{ site_title }}.
{% endblocktrans %}
{% endautoescape %}{% endfilter%}
{% endfilter%}{% endautoescape %}
......@@ -11,4 +11,4 @@ there is new suggestion evaluate on {{ translation }} at {{ site_title }}.
{{ suggestion.get_target }}
{% endautoescape %}{% endfilter%}
{% endfilter%}{% endautoescape %}
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