Skip to content

Commit 328c6c6

Browse files
committed
Added a submission state filter to the submission admin page.
- Legacy-Id: 14169
1 parent d0583f4 commit 328c6c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/submit/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
class SubmissionAdmin(admin.ModelAdmin):
88
list_display = ['id', 'rev', 'draft_link', 'status_link', 'submission_date',]
9+
list_filter = ['state', ]
910
ordering = [ '-id' ]
1011
search_fields = ['name', ]
1112
raw_id_fields = ['group', 'draft']

0 commit comments

Comments
 (0)