From 5ba1100a07675142649529e0ca670fa667b574d0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 4 Jul 2025 12:36:55 +0200 Subject: [PATCH] bugfix --- .../templates/webclass/inc/webclass_corrections_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- 2.39.5