From d94616c527ef46fca8c3cb9f0479ecfe12b1ee1d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 10 Feb 2021 14:09:38 +0100 Subject: [PATCH] idem --- teleforma/templates/teleforma/inc/media_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/inc/media_list.html b/teleforma/templates/teleforma/inc/media_list.html index d0171685..1bc531c9 100644 --- a/teleforma/templates/teleforma/inc/media_list.html +++ b/teleforma/templates/teleforma/inc/media_list.html @@ -67,7 +67,7 @@ {% endif %} {% endfor %} {% for record in webclass_records|from_course_type:type %} - {% include 'weblass/inc/webclass_card.html' %} + {% include 'webclass/inc/webclass_card.html' %} {% endfor %} -- 2.39.5