From: Guillaume Pellerin Date: Fri, 4 Jul 2025 10:36:55 +0000 (+0200) Subject: bugfix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5ba1100a07675142649529e0ca670fa667b574d0;p=teleforma.git bugfix --- diff --git a/teleforma/webclass/templates/webclass/inc/webclass_corrections_list.html b/teleforma/webclass/templates/webclass/inc/webclass_corrections_list.html index d96d8a4b..3cee688d 100644 --- a/teleforma/webclass/templates/webclass/inc/webclass_corrections_list.html +++ b/teleforma/webclass/templates/webclass/inc/webclass_corrections_list.html @@ -8,7 +8,7 @@ {% for record in webclass_corrections_records %} {% if record.obj.is_published or user.is_staff or user.professor.count %} {% include "webclass/webclass_record.html" %} - {§ endif %} + {% endif %} {% endfor %}