Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lung_cancer_screening/questions/jinja2/smoked_amount.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

{% block prelude %}
{% if form.tobacco_smoking_history.is_normal() %}
<h1 class="nhsuk-heading-l">{{ form.tobacco_smoking_history.get_type_display() | title | singularize }} smoking</h1>

<h1 class="nhsuk-heading-l">{{ form.tobacco_smoking_history.get_type_display() | singularize }} smoking</h1>
Comment thread
jamiefalcus marked this conversation as resolved.
<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>
{% endif %}
{% endblock prelude %}
Loading