Skip to content

Commit

Permalink
another title
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Mar 1, 2024
1 parent 7e69cae commit 5c8527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peachjam/templates/peachjam/gazette_list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "peachjam/layouts/main.html" %}
{% load i18n %}
{% block title %}
{{ place }} {% trans 'Gazettes' %} {{ year }}
{{ place|default_if_none:"" }} {% trans 'Gazettes' %} {{ year }}
{% endblock %}
{% block page-content %}
<section class="pb-5">
Expand Down

0 comments on commit 5c8527b

Please sign in to comment.