There was an error while loading. Please reload this page.
2 parents 314708c + 0ed6aeb commit cbee0ddCopy full SHA for cbee0dd
1 file changed
accessibility_monitoring_platform/apps/audits/forms.py
@@ -61,6 +61,7 @@ class AuditMetadataUpdateForm(VersionForm):
61
exemptions_state = AMPChoiceRadioField(
62
label="Exemptions?",
63
choices=Audit.Exemptions.choices,
64
+ help_text="Accessibility regulations do not apply to this website",
65
)
66
exemptions_notes = AMPTextField(label="Notes")
67
audit_metadata_complete_date = AMPDatePageCompleteField()
0 commit comments