mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PORT PHRAS-854 to 4.1
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
{% block td_duration %}
|
||||
{% if record.exif[constant('media_subdef::TC_DATA_DURATION')] is defined %}
|
||||
<dt>{{ 'Duree' | trans }} :
|
||||
<dd>{{ record.exif[constant('media_subdef::TC_DATA_DURATION')] }}</dd>
|
||||
<dd>{{ record.exif[constant('media_subdef::TC_DATA_DURATION')]|formatDuration }}</dd>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block td_framerate %}
|
||||
|
Reference in New Issue
Block a user