Skip to content

Commit 828d3d6

Browse files
Merge pull request #1239 from NHSDigital/DTOSS-12512-symptoms-investigation-details-text-area
Symptoms investigation details to textarea
2 parents fc12634 + c471e30 commit 828d3d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manage_breast_screening/mammograms/forms/symptom_forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class CommonFields:
7777
required=False,
7878
label="Provide details",
7979
hint="Include where, when and the outcome",
80+
widget=Textarea(attrs={"rows": 5}),
8081
error_messages={"required": "Enter details of any investigations"},
8182
classes="nhsuk-u-width-two-thirds",
8283
)

0 commit comments

Comments
 (0)