Skip to content

Commit c471e30

Browse files
Symptoms investigation details to textarea
- Change 'input' field to 'textarea'
1 parent fc12634 commit c471e30

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)