From 0f47357618b608076ae4dc284a58a15d7da48192 Mon Sep 17 00:00:00 2001 From: scayac Date: Thu, 16 Oct 2025 21:31:54 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20filtrage=20par=20classe=20dans=20d?= =?UTF-8?q?=C3=A9tail=20courses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/templates/course_detail.html | 26 ++++++++++++++++++++++++++ main/views.py | 5 ++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/main/templates/course_detail.html b/main/templates/course_detail.html index 9a4403d..134f694 100644 --- a/main/templates/course_detail.html +++ b/main/templates/course_detail.html @@ -57,6 +57,15 @@ {% if course.type == 'multi' %} {% endif %} + {% if classes %} + + + {% endif %} {% if export_options %}