Skip to content

Commit 5876b34

Browse files
committed
PPHA-748: Rolling tobacco case update to smoked amount
1 parent 2f4147d commit 5876b34

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lung_cancer_screening/questions/jinja2/smoked_amount.jinja

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
{% block prelude %}
44
{% 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-
5+
<h1 class="nhsuk-heading-l">{{ form.tobacco_smoking_history.get_type_display() | singularize }} smoking</h1>
76
<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>
87
{% endif %}
98
{% endblock prelude %}

0 commit comments

Comments
 (0)