From d3f74bbbc25c7d550e93e6bf228ab3a763baba05 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 19 Jun 2014 08:53:22 +0000 Subject: [PATCH] Change resume link to work without the sites module It is a bit overkill without actual sites --- basics/templates/basics/resume.html | 2 +- basics/views.py | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/basics/templates/basics/resume.html b/basics/templates/basics/resume.html index a3427f4..4766565 100644 --- a/basics/templates/basics/resume.html +++ b/basics/templates/basics/resume.html @@ -20,7 +20,7 @@
-
You can download the latest version of my resume at http://{{ site.domain }}{% url "basics:resumepdf" %}.
+
You can download the latest version of my resume at {{ resume_link }}.