mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Update templates to fit the new translator
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user