Skip to content

Commit

Permalink
changes variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
actlikewill committed Sep 5, 2024
1 parent 4cfa32d commit 65a1377
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 @@ -122,7 +122,7 @@ class GazetteYearView(YearMixin, FilteredDocumentListView):
navbar_link = "gazettes"
locality = None
group_by_date = "month-year"
special_facet_labels = [
special_facet_options = [
{"name": _("Special Issue"), "value": "special"},
{"name": _("Regular Issue"), "value": "not_special"},
]
Expand Down Expand Up @@ -196,7 +196,7 @@ def add_facets(self, context):
"special": {
"label": _("Issue"),
"type": "checkbox",
"options": self.special_facet_labels,
"options": self.special_facet_options,
"values": self.request.GET.getlist("special"),
},
}
Expand Down

0 comments on commit 65a1377

Please sign in to comment.