From: Guillaume Pellerin Date: Wed, 10 Feb 2021 13:08:26 +0000 (+0100) Subject: fix template path X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=010a109d6abb1c60f25c39153af894f2e67ec93c;p=teleforma.git fix template path --- diff --git a/teleforma/webclass/templates/webclass/inc/webclass_list.html b/teleforma/webclass/templates/webclass/inc/webclass_list.html index eb7bc0f7..ff22bf3c 100644 --- a/teleforma/webclass/templates/webclass/inc/webclass_list.html +++ b/teleforma/webclass/templates/webclass/inc/webclass_list.html @@ -44,7 +44,7 @@ {% endif %} {% for record in webclass_records %} - {% include 'weblass/inc/webclass_card.html' %} + {% include 'webclass/inc/webclass_card.html' %} {% endfor %}