From: yomguy Date: Thu, 7 Feb 2013 15:27:12 +0000 (+0100) Subject: fix media title X-Git-Tag: 0.9-probarreau~85 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=efefc34e150a6d6995d49c5404f64a191cbfa0a3;p=teleforma.git fix media title --- diff --git a/teleforma/templates/teleforma/inc/media_package_list.html b/teleforma/templates/teleforma/inc/media_package_list.html index 2ea7c836..e7fca1b5 100644 --- a/teleforma/templates/teleforma/inc/media_package_list.html +++ b/teleforma/templates/teleforma/inc/media_package_list.html @@ -10,7 +10,7 @@ {% with media.item.related.all|preview as related %} - {% if related %} + {% if related %} {% thumbnail related.file "168x96" as im %}
{% trans 'Click here' %} @@ -25,7 +25,7 @@
-
{% trans "Title" %}
{{ media.item.title }} - {{ seminar.sub_title }} - {{ media.rank }}
+
{% trans "Title" %}
{{ media.item.title }}
{% with seminar.professor.all as professors %} {% if professors %}
{% if professors.count > 1 %}{% trans "Professors" %}{% else %}{% trans "Professor" %}{% endif %}
@@ -52,7 +52,7 @@ {% endif %} - + {% endif %} {% endfor %}