diff --git a/peachjam/templates/peachjam/gazette_list.html b/peachjam/templates/peachjam/gazette_list.html index 0c735a179..f3f9c8cdb 100644 --- a/peachjam/templates/peachjam/gazette_list.html +++ b/peachjam/templates/peachjam/gazette_list.html @@ -7,28 +7,26 @@
{% block breadcrumbs %} - {% if place %} - {% endblock %} {% block page-title %}

diff --git a/peachjam/views/gazette.py b/peachjam/views/gazette.py index 80adf1e7d..97ad16347 100644 --- a/peachjam/views/gazette.py +++ b/peachjam/views/gazette.py @@ -157,7 +157,7 @@ def get_context_data(self, **kwargs): # fold "special issue" into the sub-publication if gazette.special: gazette.sub_publication = " ".join( - [x for x in [gazette.sub_publication, _("Special issue")] if x] + [x for x in [gazette.sub_publication, _("Special Issue")] if x] ) context["documents"] = self.group_documents(context["documents"])