Skip to content

Commit

Permalink
changes special facet options
Browse files Browse the repository at this point in the history
  • Loading branch information
actlikewill committed Sep 5, 2024
1 parent 9580ab1 commit 7cb1572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peachjam/views/gazette.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ class GazetteYearView(YearMixin, FilteredDocumentListView):
locality = None
group_by_date = "month-year"
special_facet_options = [
{"name": _("Special Issue"), "value": "special"},
{"name": _("Regular Issue"), "value": "not_special"},
("special", _("Special Issue")),
("not_special", _("Regular Issue")),
]

def get_form(self):
Expand Down

0 comments on commit 7cb1572

Please sign in to comment.