diff --git a/app/templates/views/check.html b/app/templates/views/check.html index bdb904c78..7d7de30b6 100644 --- a/app/templates/views/check.html +++ b/app/templates/views/check.html @@ -175,7 +175,11 @@ wrapping_class='bottom-gutter-2-3' ) }} {% endif %} + {% if template.template_type != 'letter' or not request.args.from_test %} + {% else %} + Download as PDF + {% endif %} Back {% endif %} diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index f7e6a7e45..7e125fcab 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -37,7 +37,7 @@ - Send yourself a test + {{ 'Generate preview' if template.template_type == 'letter' else 'Send yourself a test' }}
{% endif %}