File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lung_cancer_screening/nhsuk_forms/jinja2 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 {{ input({
2222 "label": {
2323 "text": "Feet",
24- "classes": "nhsuk-fieldset__legend--m",
2524 "isPageHeading": false
2625 },
2726 "hint": {
3130 "name": field.html_name + "_0",
3231 "value": field.subwidgets.0.data.value,
3332 "classes": "nhsuk-input--width-2" + field_error_classes,
34- "type": "number"
33+ "type": "number",
34+ "suffix": "ft"
3535 }) }}
3636 </div >
3737
3838 <div class =" multi-field-input__item" >
3939 {{ input({
4040 "label": {
4141 "text": "Inches",
42- "classes": "nhsuk-fieldset__legend--m",
4342 "isPageHeading": false
4443 },
4544 "id": field.auto_id + "_1",
4645 "name": field.html_name + "_1",
4746 "value": field.subwidgets.1.data.value,
4847 "classes": "nhsuk-input--width-2" + field_error_classes,
49- "type": "number"
48+ "type": "number",
49+ "suffix": "in"
5050 }) }}
5151 </div >
5252</div >
You can’t perform that action at this time.
0 commit comments