]> git.parisson.com Git - teleforma.git/commitdiff
fix tags
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 10 Feb 2021 14:10:14 +0000 (15:10 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 10 Feb 2021 14:10:14 +0000 (15:10 +0100)
teleforma/webclass/templates/webclass/inc/webclass_list.html

index 1bd2f111835e9f69121515f11d8855198c3b653d..fa146b2f2825c0321991708316b0ed61c746c4b8 100644 (file)
@@ -43,7 +43,7 @@
                 </td>
             </tr>
             {% endif %}
-            {% with type == None %}
+            {% with type as None %}
                 {% for record in webclass_records|from_course_type:type %}
                     {% include 'webclass/inc/webclass_card.html' %}
                 {% endfor %}