We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc12634 + c471e30 commit 828d3d6Copy full SHA for 828d3d6
1 file changed
manage_breast_screening/mammograms/forms/symptom_forms.py
@@ -77,6 +77,7 @@ class CommonFields:
77
required=False,
78
label="Provide details",
79
hint="Include where, when and the outcome",
80
+ widget=Textarea(attrs={"rows": 5}),
81
error_messages={"required": "Enter details of any investigations"},
82
classes="nhsuk-u-width-two-thirds",
83
)
0 commit comments