mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
A few clean-up items in the Platform Admin section
This commit is contained in:
@@ -511,7 +511,7 @@ class NestedFieldMixin:
|
||||
}
|
||||
},
|
||||
"formGroup": {
|
||||
"classes": "govuk-form-group--nested"
|
||||
"classes": "usa-form-group--nested"
|
||||
},
|
||||
"asList": True,
|
||||
"items": []
|
||||
@@ -720,7 +720,6 @@ def govuk_checkboxes_field_widget(self, field, wrap_in_collapsible=False, param_
|
||||
"attributes": {"id": field.name},
|
||||
"legend": {
|
||||
"text": field.label.text,
|
||||
"classes": "govuk-fieldset__legend--s"
|
||||
}
|
||||
},
|
||||
"asList": self.render_as_list,
|
||||
|
||||
Reference in New Issue
Block a user