]> git.parisson.com Git - teleforma.git/commitdiff
fix course live conferences objects
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 19 Jan 2023 14:47:23 +0000 (15:47 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 19 Jan 2023 14:47:23 +0000 (15:47 +0100)
teleforma/templates/teleforma/inc/conference_list.html

index 75b39d4faf5fa114b64aeabd648ede6596e963e1..323c8abaa6eea8f33e3eae936d396c65235a80d6 100644 (file)
@@ -1,7 +1,7 @@
 {% load teleforma_tags %}
 {% load i18n %}
 
-{% course_ingoing_conferences as conference %}
+{% course_ingoing_conferences as conferences %}
 
 {% if conferences %}
 <div class="course_content content_video">
@@ -46,7 +46,7 @@
             </tr>
             {% endif %}
         {% endfor %}
-        {% endfor %}
+       {% endfor %}
     </tbody>
     </table>
 </div>