Skip to content

Commit 1fb6aea

Browse files
committed
Ensure collaborative_annotation is shown in admin
1 parent 5942bbf commit 1fb6aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class DocumentAdmin(admin.ModelAdmin):
1919

2020

2121
class ProjectAdmin(admin.ModelAdmin):
22-
list_display = ('name', 'description', 'project_type', 'randomize_document_order')
22+
list_display = ('name', 'description', 'project_type', 'randomize_document_order', 'collaborative_annotation')
2323
ordering = ('project_type',)
2424
search_fields = ('name',)
2525

0 commit comments

Comments
 (0)