fix code style issue

This commit is contained in:
Enno Lohmeier 2018-07-05 13:10:08 +02:00 committed by GitHub
parent dc95c040fb
commit 57f97364b3

View File

@ -115,7 +115,8 @@ class CorrespondentAdmin(CommonAdmin):
class TagAdmin(CommonAdmin):
list_display = ("name", "colour", "match", "matching_algorithm", "document_count")
list_display = ("name", "colour", "match", "matching_algorithm",
"document_count")
list_filter = ("colour", "matching_algorithm")
list_editable = ("colour", "match", "matching_algorithm")