]> git.parisson.com Git - teleforma.git/commitdiff
exam: remove filter
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 2 Jul 2020 11:38:45 +0000 (13:38 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 2 Jul 2020 11:38:45 +0000 (13:38 +0200)
teleforma/exam/admin.py

index c4a32f8d2baa4e9cb763e8b0b59c81b74112a95c..cdcde77b9296d354453d423c2dff54da699555bb 100644 (file)
@@ -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',]