From: Guillaume Pellerin Date: Thu, 24 Apr 2025 14:11:47 +0000 (+0200) Subject: remove course types filter X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=refs%2Fheads%2Ftc%2Fmerge;p=teleforma.git remove course types filter --- diff --git a/teleforma/admin.py b/teleforma/admin.py index 2e096d12..da4194a5 100644 --- a/teleforma/admin.py +++ b/teleforma/admin.py @@ -304,7 +304,6 @@ class CourseTypeAdmin(admin.ModelAdmin): class CourseAdmin(admin.ModelAdmin): model = Course ordering = ['number'] - filter_horizontal = ['types'] class DocumentAdmin(admin.ModelAdmin):