We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda12f2 commit 6972bb6Copy full SHA for 6972bb6
1 file changed
notices/admin.py
@@ -14,7 +14,7 @@ class BookmarkedNoticeAdmin(admin.TabularInline):
14
)
15
16
17
-class NoticeAdmin(ImportExportModelAdmin):
+class NoticeAdmin(admin.ModelAdmin):
18
list_display = (
19
'faculty', 'title', 'course_branch_year',
20
'created', 'modified', 'visible_for_student',
0 commit comments