Skip to content

Commit

Permalink
Add tags to Post list admin view
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Oct 4, 2023
1 parent 649df43 commit 3f9b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion democracy_club/apps/hermes/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class PostAdmin(admin.ModelAdmin):
filter_horizontal = ["author"]
search_fields = ["subject"]
search_help_text = "Search by subject (Post title)"
list_display = ["subject", "created_on", "category"]
list_display = ["subject", "created_on", "category", "tags"]
list_filter = ["is_published", "author"]


Expand Down

0 comments on commit 3f9b6e8

Please sign in to comment.