From 671aa2c4fe5c77bd5ebc0b5091f82065a6bee0ed Mon Sep 17 00:00:00 2001 From: Brian Buck Date: Wed, 24 Aug 2016 08:16:24 -0600 Subject: Use the built-in Django tags for getting static and other media. --- wkhtmltopdf/tests/templates/footer.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wkhtmltopdf/tests/templates/footer.html b/wkhtmltopdf/tests/templates/footer.html index cf98267..9deaf30 100644 --- a/wkhtmltopdf/tests/templates/footer.html +++ b/wkhtmltopdf/tests/templates/footer.html @@ -1,3 +1,4 @@ - +{% load static %} + - + -- cgit v1.2.3