We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe1f19 commit 3c68d2fCopy full SHA for 3c68d2f
lung_cancer_screening/questions/jinja2/height.jinja
@@ -24,15 +24,15 @@
24
<div class="nhsuk-grid-column-two-thirds">
25
<form action="{{ request.get_full_path() }}" method="POST" novalidate>
26
{{ csrf_input }}
27
- <h1 class="nhsuk-heading-l">What is your height?</h1>
+ <h1 class="nhsuk-heading-l">Enter your height</h1>
28
<p>An accurate measurement is important.
29
30
<p>You can measure your height at home with a measuring tape. Some pharmacies and gyms have machines to measure
31
your height.
32
{% call fieldset({
33
"legend": {
34
- "text": "Enter your height",
35
- "classes": "nhsuk-label--m"
+ "text": "What is your height?",
+ "classes": "nhsuk-fieldset__legend nhsuk-fieldset__legend--m"
36
}
37
})
38
%}
0 commit comments