Skip to content

Commit

Permalink
fixup! add council area types to AreaType model
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Apr 8, 2024
1 parent 6c82ed5 commit 5944c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class DataSetAdmin(admin.ModelAdmin):
"is_public",
)
list_editable = ("order", "featured", "is_public")
list_filter = ("category", "featured", "data_type", "is_public")
list_filter = ("category", "featured", "areas_available", "is_public", "data_type")
ordering = ("category", "order", "label")
search_fields = ["name", "label", "description", "source", "source_label"]

Expand Down

0 comments on commit 5944c46

Please sign in to comment.