mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
- Changing things back to govukFieldset
- Added the usaAlert component - Edited styles because stripping out UK styles broke the highlighting section
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% from "components/components/fieldset/macro.njk" import usaFieldset %}
|
||||
{% from "components/components/fieldset/macro.njk" import govukFieldset %}
|
||||
{% from "components/components/error-message/macro.njk" import usaErrorMessage %}
|
||||
|
||||
{% macro list_entry(
|
||||
@@ -14,7 +14,7 @@
|
||||
{% else %}
|
||||
{% set attributes = {} %}
|
||||
{% endif %}
|
||||
{% call usaFieldset({
|
||||
{% call govukFieldset({
|
||||
"legend": {
|
||||
"text": field.label.text,
|
||||
"isPageHeading": False
|
||||
|
||||
Reference in New Issue
Block a user