From 39c39f625ab4794be28bf403818806a6bf201cd5 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 19 Jan 2023 15:47:23 +0100 Subject: [PATCH] fix course live conferences objects --- teleforma/templates/teleforma/inc/conference_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}
-- 2.39.5