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 "views/platform-admin/_base_template.html" %}
{% from "components/live-search.html" import live_search %}
{% from "components/components/button/macro.njk" import govukButton %}
{% from "components/components/button/macro.njk" import usaButton %}
{% block per_page_title %}
Organizations
@@ -30,7 +30,7 @@
</nav>
<div class="js-stick-at-bottom-when-scrolling">
{{ govukButton({
{{ usaButton({
"element": "a",
"text": "New organization",
"href": url_for('main.add_organization'),