Update locales

This commit is contained in:
Romain Neutron
2013-06-17 23:33:01 +02:00
parent 9f29b403f7
commit 4fb39ff503
5 changed files with 9 additions and 7 deletions

View File

@@ -20,8 +20,10 @@
{% elseif list['complete'] is defined and list['complete'] %}
<div class="alert alert-success">
{% 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, <a href="{{ url }}" target="_self">click here</a>
Your documents are ready. If the download does not start, {{ before_link }}click here{{ after_link }}
{% endtrans %}
</div>
{% endif %}