Skip to content

Commit 764f784

Browse files
committed
Add suffix to metric height form
1 parent d4a4c76 commit 764f784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lung_cancer_screening/questions/forms/metric_height_form.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ def __init__(self, *args, **kwargs):
1515
classes="nhsuk-input--width-4",
1616
error_messages={
1717
'required': 'Enter your height',
18-
}
18+
},
19+
suffix="cm"
1920
)
2021

2122
def clean_height(self):

0 commit comments

Comments
 (0)