From: Guillaume Pellerin Date: Tue, 24 Jan 2017 21:00:39 +0000 (+0100) Subject: Oops X-Git-Tag: 1.1~33 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=07c25c81fc489bbde8775c4d7f8f908689c7d282;p=teleforma.git Oops --- diff --git a/teleforma/exam/admin.py b/teleforma/exam/admin.py index ca18a69b..cd8b41b5 100644 --- a/teleforma/exam/admin.py +++ b/teleforma/exam/admin.py @@ -35,8 +35,7 @@ class ScriptAdmin(admin.ModelAdmin): search_fields = ['author__username', 'author__last_name', 'corrector__username', 'corrector__last_name', 'course__title', 'course__code'] readonly_fields = ['date_added','uuid','box_uuid','sha1','mime_type'] - list_filter = ['period', 'course__title', 'session', 'type', 'status', - 'date_submitted', 'date_marked', 'date_rejected'] + list_filter = ['period', 'course__title', 'session', 'type', 'status',] list_display = ['title', 'author_name', 'file_size', 'status'] actions = ['force_resubmit',]