From: Guillaume Pellerin Date: Thu, 2 Jul 2020 11:38:45 +0000 (+0200) Subject: exam: remove filter X-Git-Tag: 1.4.3~63^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=38be91b059bf1b9f0bdb35a9107db17f23b5b2c4;p=teleforma.git exam: remove filter --- diff --git a/teleforma/exam/admin.py b/teleforma/exam/admin.py index c4a32f8d..cdcde77b 100644 --- a/teleforma/exam/admin.py +++ b/teleforma/exam/admin.py @@ -37,7 +37,7 @@ class ScriptAdmin(admin.ModelAdmin): readonly_fields = ['date_added','uuid','box_uuid','sha1','mime_type'] list_filter = ['period', 'course__title', 'session', 'type', 'status', 'date_submitted', 'date_marked', 'date_rejected', - 'author__student__platform_only', 'corrector'] + 'author__student__platform_only'] list_display = ['title', 'author_name', 'corrector', 'file_size', 'status'] actions = ['force_resubmit',]