File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1313
1414{% block outerContent %}
1515 {{ backLink({
16- "href": "check-answers-1 ",
16+ "href": "javascript:history.go(-1) ",
1717 "text": "Go back",
1818 "classes": "nhsuk-u-margin-top-4 nhsuk-u-margin-bottom-0"
1919 }) }}
Original file line number Diff line number Diff line change 77
88{% set heading = 'Would you like to donate your organs and tissue?' %}
99
10- {% if (data['alcohol-consumption'] !== "Never" and data['alcohol-consumption'] !== "Prefer not to say" and data['units']) %}
11- {% set link = 'how-often-six-or-more-units' %}
12- {% else %}
13- {% set link = 'how-often-do-you-drink-alcohol' %}
14- {% endif %}
15-
1610{% block pageTitle %}
1711 {{ heading }} - {{ data.presets[0].servicename }} - NHS
1812{% endblock %}
1913
2014{% block outerContent %}
2115 {{ backLink({
22- "href": link ,
16+ "href": "javascript:history.go(-1)" ,
2317 "text": "Go back",
2418 "classes": "nhsuk-u-margin-top-4 nhsuk-u-margin-bottom-0"
2519 }) }}
You can’t perform that action at this time.
0 commit comments