mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix trans tag in templates
This commit is contained in:
@@ -434,7 +434,7 @@
|
||||
<input type="hidden" name="lst" value="{{lst}}"/>
|
||||
<input type="hidden" name="ssttid" value="{{ssttid}}"/>
|
||||
<div>
|
||||
<p>{% trans 'export::mail: fichiers joint' %}</p>
|
||||
<p>{{ 'export::mail: fichiers joint' | trans }}</p>
|
||||
{% for name, values in download.get_display_ftp() %}
|
||||
{% if values.available > 0 %}
|
||||
<div class="well-small">
|
||||
|
Reference in New Issue
Block a user