X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4b200d823f0ec79279da035a46d0d888693ca2fe..282654ea252af7e2d30740b40bccfc9be61dd3a8:/src/catalogue/admin.py diff --git a/src/catalogue/admin.py b/src/catalogue/admin.py index f00e7fc9..958230b4 100644 --- a/src/catalogue/admin.py +++ b/src/catalogue/admin.py @@ -312,7 +312,7 @@ class CollectionAdmin(admin.ModelAdmin): autocomplete_fields = [] prepopulated_fields = {"slug": ("name",)} search_fields = ["name"] - fields = ['name', 'slug', 'category', 'notes', 'estimated_costs'] + fields = ['name', 'slug', 'category', 'description', 'notes', 'estimated_costs'] readonly_fields = ['estimated_costs'] inlines = [AuthorInline, BookInline]