Skip to content

Commit 6972bb6

Browse files
committed
minor changes
1 parent eda12f2 commit 6972bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notices/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BookmarkedNoticeAdmin(admin.TabularInline):
1414
)
1515

1616

17-
class NoticeAdmin(ImportExportModelAdmin):
17+
class NoticeAdmin(admin.ModelAdmin):
1818
list_display = (
1919
'faculty', 'title', 'course_branch_year',
2020
'created', 'modified', 'visible_for_student',

0 commit comments

Comments
 (0)