We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b3c51 commit f1cb15fCopy full SHA for f1cb15f
CHANGELOG.md
@@ -13,6 +13,8 @@ Versioning since version 1.0.0.
13
14
### Fixed
15
16
+- More explicit "set cookie" logic for grabzit
17
+
18
## [3.28.0] - 2026-03-10
19
20
### Added
nofos/nofos/templates/nofos/nofo_export.html
@@ -17,6 +17,7 @@
<script src="{% static 'uswds/uswds.js' %}" defer></script>
{% endblock %}
+{% block title %}{{ nofo.title }}{% endblock %}
21
22
{% block header %}
23
<header class="usa-header usa-header--basic">
0 commit comments