From 85b8a32360087ca63a2eacfe473be8b61d5d6ab9 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 25 Apr 2017 13:03:45 +0100 Subject: [PATCH] Make download PDF link work To see what happens if people click it in the lab tomorrow. --- app/templates/views/check.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/check.html b/app/templates/views/check.html index fda5f23c0..8dfaefeab 100644 --- a/app/templates/views/check.html +++ b/app/templates/views/check.html @@ -178,7 +178,7 @@ {% if template.template_type != 'letter' or not request.args.from_test %} {% else %} - Download as PDF + Download as PDF {% endif %} Back