We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d52c3 commit d712605Copy full SHA for d712605
1 file changed
lung_cancer_screening/questions/jinja2/smoked_amount.jinja
@@ -2,8 +2,7 @@
2
3
{% block prelude %}
4
{% if form.tobacco_smoking_history.is_normal() %}
5
- <h1 class="nhsuk-heading-l">{{ form.tobacco_smoking_history.get_type_display() | title | singularize }} smoking</h1>
6
-
+ <h1 class="nhsuk-heading-l">{{ form.tobacco_smoking_history.get_type_display() | singularize }} smoking</h1>
7
<p>The question on the next page will ask if the number of {{ form.tobacco_smoking_history.unit() }} you smoke has changed over time.</p>
8
{% endif %}
9
{% endblock prelude %}
0 commit comments