mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
Committing before merge
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user