From: Guillaume Pellerin Date: Tue, 1 Jul 2025 20:34:08 +0000 (+0200) Subject: add import X-Git-Tag: 2.15.0~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9057c8b299d07f0806332ec557b314c9702caf14;p=teleforma.git add import --- diff --git a/teleforma/webclass/templates/webclass/inc/webclass_list.html b/teleforma/webclass/templates/webclass/inc/webclass_list.html index b48d4c0f..99d08368 100644 --- a/teleforma/webclass/templates/webclass/inc/webclass_list.html +++ b/teleforma/webclass/templates/webclass/inc/webclass_list.html @@ -46,7 +46,7 @@ {% endif %} {% for record in webclass_records %} - {% webclass_record record %} + {% include "webclass/webclass_record.html" %} {% endfor %}