Update templates to fit the new translator

This commit is contained in:
Romain Neutron
2013-11-21 19:00:17 +01:00
parent e4c43b8622
commit 16c1930ca0
87 changed files with 361 additions and 317 deletions

View File

@@ -22,8 +22,8 @@
{% set url = path('document_download', {'token': token}) %}
{% set before_link = '<a href="' ~ url ~ '" target="_self">' %}
{% set after_link = '</a>' %}
{% trans %}
Your documents are ready. If the download does not start, {{ before_link }}click here{{ after_link }}
{% trans with {'%before_link%' : before_link, '%after_link%' : after_link} %}
Your documents are ready. If the download does not start, %before_link%click here%after_link%
{% endtrans %}
</div>
{% endif %}
@@ -117,4 +117,4 @@
{% endif %}
});
</script>
{% endblock %}
{% endblock %}