Committing before merge

This commit is contained in:
Jonathan Bobel
2023-08-30 11:07:38 -04:00
parent 32083dff99
commit b1c6a768ec
123 changed files with 257 additions and 257 deletions

View File

@@ -3,7 +3,7 @@
{% from "components/ajax-block.html" import ajax_block %}
{% from "components/page-header.html" import page_header %}
{% from "components/page-footer.html" import page_footer %}
{% from "components/components/back-link/macro.njk" import govukBackLink %}
{% from "components/components/back-link/macro.njk" import usaBackLink %}
{% block service_page_title %}
{{ 1|message_count_label(template.template_type, suffix='') | capitalize }}
@@ -11,7 +11,7 @@
{% block backLink %}
{% if back_link %}
{{ govukBackLink({ "href": back_link }) }}
{{ usaBackLink({ "href": back_link }) }}
{% endif %}
{% endblock %}