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

@@ -1,6 +1,6 @@
{% extends "withnav_template.html" %}
{% from "components/table.html" import mapping_table, row_group, row, text_field, edit_field, field, boolean_field, list_table with context %}
{% from "components/components/button/macro.njk" import govukButton %}
{% from "components/components/button/macro.njk" import usaButton %}
{% block service_page_title %}
Data retention
@@ -15,7 +15,7 @@
</h1>
</div>
<div class="govuk-grid-column-one-third">
{{ govukButton({
{{ usaButton({
"element": "a",
"text": "Add data retention",
"href": url_for('.add_data_retention', service_id=current_service.id),