From e8de1f08c28146a09461661579cb899a3357b5f8 Mon Sep 17 00:00:00 2001 From: Harry Hughes <hugheshi@cardiff.ac.uk> Date: Sun, 29 Jan 2023 16:47:56 +0000 Subject: [PATCH] Replace cv.html --- blog/templates/cv.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/templates/cv.html b/blog/templates/cv.html index 3456ecd..9058be0 100644 --- a/blog/templates/cv.html +++ b/blog/templates/cv.html @@ -5,6 +5,6 @@ <h4> Press the button below to download my CV as a PDF. </h4> -<a class="button" href="/download">Download PDF</a> +<a class="button" href=" {{url_for('download') }}" >Download PDF</a> {% endblock content %} \ No newline at end of file -- GitLab