From: Guillaume Pellerin Date: Thu, 19 Jan 2023 14:47:23 +0000 (+0100) Subject: fix course live conferences objects X-Git-Tag: 2.8.0~16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=39c39f625ab4794be28bf403818806a6bf201cd5;p=teleforma.git fix course live conferences objects --- diff --git a/teleforma/templates/teleforma/inc/conference_list.html b/teleforma/templates/teleforma/inc/conference_list.html index 75b39d4f..323c8aba 100644 --- a/teleforma/templates/teleforma/inc/conference_list.html +++ b/teleforma/templates/teleforma/inc/conference_list.html @@ -1,7 +1,7 @@ {% load teleforma_tags %} {% load i18n %} -{% course_ingoing_conferences as conference %} +{% course_ingoing_conferences as conferences %} {% if conferences %}
@@ -46,7 +46,7 @@ {% endif %} {% endfor %} - {% endfor %} + {% endfor %}