Skip to content

Commit

Permalink
Rename blog tags
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Oct 9, 2023
1 parent d638583 commit f99c9da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions democracy_club/apps/hermes/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ class Meta:
fields = "__all__"

tag_values = [
("wcivf", "WCIVF"),
("who_can_i_vote_for", "WCIVF"),
("case_study", "case_study"),
("research", "research"),
("elections", "elections"),
("councils", "councils"),
("candidates", "candidates"),
("representatives", "representatives"),
("data", "data"),
("WDIV", "WDIV"),
("electionleaflets", "electionleaflets"),
("where_do_i_vote", "WDIV"),
("election_leaflets", "electionleaflets"),
("blog", "blog"),
]

Expand Down

0 comments on commit f99c9da

Please sign in to comment.