From: Guillaume Pellerin Date: Fri, 7 Feb 2014 18:14:43 +0000 (+0100) Subject: update media title X-Git-Tag: 2.8.1-pro~302 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3f0be582870585e901dbd1521dafd74ffc7f6479;p=teleforma.git update media title --- diff --git a/teleforma/templates/teleforma/seminar_media_video.html b/teleforma/templates/teleforma/seminar_media_video.html index aa310d4f..8940544d 100644 --- a/teleforma/templates/teleforma/seminar_media_video.html +++ b/teleforma/templates/teleforma/seminar_media_video.html @@ -114,8 +114,7 @@ $(window).ready(function(){
-
{% trans "Title" %}
{{ media.item.title }}
- +
{% trans "Title" %}
{% if media.title %}{{ media.title }}{% else %}{{ media.item.title }}{% endif %}
{% with seminar.professor.all as professors %} {% if professors %}
{% if professors.count > 1 %}{% trans "Professors" %}{% else %}{% trans "Professor" %}{% endif %}