]> git.parisson.com Git - teleforma.git/commitdiff
fix live conference title
authoryomguy <yomguy@parisson.com>
Wed, 15 Aug 2012 16:23:00 +0000 (18:23 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 15 Aug 2012 16:23:00 +0000 (18:23 +0200)
teleforma/templates/teleforma/course_conference.html
teleforma/templates/teleforma/inc/media_list.html

index 2a0b4b216cd893b5fc245cd356f9acb49f0396de..5d569f1fdb3793f4e469630d4fae036b73c7b7a8 100644 (file)
@@ -37,7 +37,8 @@
         <a href="{% url teleforma-conference-audio conference.id %}" class="component_icon button icon_speaker">&nbsp;{% trans "Audio" %}</a>
     </div>
 
-{{ course.title }}{% if course.description %} - {{ course.description }}{% endif %} - {{ conference.session }} - {{ conference.professor }}
+{{ course.title }} - {{ type }} - {% trans "Session" %} {{ conference.session }}
+
 </div>
 
 <div class="media">
index cb6fedfa1ec135cdb2a8a340c97169a7aa2361ab..269deadadff36a8bd6b21c4762b1c02340fddef8 100644 (file)
@@ -15,7 +15,7 @@
             <tr>
             <td {% if forloop.first %}class="border-top"{% endif %} width="230px" style="vertical-align:middle">
             <a href="{% url teleforma-media-detail media.id %}" title="{% trans "Play" %}">
-          {% if media.item.related.all %}
+            {% if media.item.related.all %}
              {% for related in media.item.related.all %}
               {% if related.title == "preview" %}
                 <div style="background: no-repeat url('{{ MEDIA_URL }}{{ related.file }}') 0 0; background-size: 100%;">