X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e5c437bd14924e7b272914579a23dc4516699a23..df3e7b60880c31eda0abdedd0eb6bd8b54a8e364:/src/catalogue/admin.py diff --git a/src/catalogue/admin.py b/src/catalogue/admin.py index a6289613..8ce330ce 100644 --- a/src/catalogue/admin.py +++ b/src/catalogue/admin.py @@ -137,7 +137,7 @@ class CollectionAdmin(admin.ModelAdmin): autocomplete_fields = [] prepopulated_fields = {"slug": ("name",)} search_fields = ["name"] - fields = ['name', 'slug', 'category', 'estimated_costs'] + fields = ['name', 'slug', 'category', 'notes', 'estimated_costs'] readonly_fields = ['estimated_costs'] inlines = [AuthorInline, BookInline]