Skip to content

Commit f1cb15f

Browse files
committed
Add a title to the NOFO export template
It doesn't really need one, but it looks nicer this way.
1 parent e8b3c51 commit f1cb15f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Versioning since version 1.0.0.
1313

1414
### Fixed
1515

16+
- More explicit "set cookie" logic for grabzit
17+
1618
## [3.28.0] - 2026-03-10
1719

1820
### Added

nofos/nofos/templates/nofos/nofo_export.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<script src="{% static 'uswds/uswds.js' %}" defer></script>
1818
{% endblock %}
1919

20+
{% block title %}{{ nofo.title }}{% endblock %}
2021

2122
{% block header %}
2223
<header class="usa-header usa-header--basic">

0 commit comments

Comments
 (0)