From: Guillaume Pellerin Date: Wed, 10 Feb 2021 14:10:14 +0000 (+0100) Subject: fix tags X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6780d0469171c4be8d0f6bf465b2a601c526955b;p=teleforma.git fix tags --- diff --git a/teleforma/webclass/templates/webclass/inc/webclass_list.html b/teleforma/webclass/templates/webclass/inc/webclass_list.html index 1bd2f111..fa146b2f 100644 --- a/teleforma/webclass/templates/webclass/inc/webclass_list.html +++ b/teleforma/webclass/templates/webclass/inc/webclass_list.html @@ -43,7 +43,7 @@ {% endif %} - {% with type == None %} + {% with type as None %} {% for record in webclass_records|from_course_type:type %} {% include 'webclass/inc/webclass_card.html' %} {% endfor %}