mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
Fix issue with dailymotion container
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
{% endtrans %}
|
||||
{% endif %}
|
||||
</li>
|
||||
{% if element.get_ratings is defined %}
|
||||
{% set nb_rating = element.get_ratings|default(0) %}
|
||||
{% if element.get_rating > 0 %}
|
||||
<li>
|
||||
@@ -23,4 +24,5 @@
|
||||
{% endtrans %}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user