From 4dc28e8d7457bc96070ee693bb0ec25011e8d144 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Mon, 2 Jun 2025 12:05:21 +0200 Subject: [PATCH] Update create conference button style --- teleforma/templates/teleforma/course_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/course_detail.html b/teleforma/templates/teleforma/course_detail.html index adf3548b..3f7ca1fd 100644 --- a/teleforma/templates/teleforma/course_detail.html +++ b/teleforma/templates/teleforma/course_detail.html @@ -82,7 +82,7 @@
{{ course.title }} - Corrections de copies{% if course.description %} - {{ course.description }}{% endif %} - {% if user.is_staff or user.professor.count %}Créer une correction de copie{% endif %} + {% if user.is_staff or user.professor.count %}Créer une correction de copie{% endif %}
{% block webclass_corrections %} -- 2.39.5