diff options
author | mattack108 <matt.lenc@gmail.com> | 2013-01-16 17:20:29 +0000 |
---|---|---|
committer | mattack108 <matt.lenc@gmail.com> | 2013-01-16 17:20:29 +0000 |
commit | 62750c23a264ef04ac04e04bda820873ac9e421b (patch) | |
tree | 68da55010eaf495cd78537518151a1c971fac59a /wkhtmltopdf/tests/templates/footer.html | |
parent | d4a938c08539264add40126ff5c8ab673a8f78c1 (diff) | |
parent | a03c1e14b0da1999590442719c42293a88ab9e3b (diff) | |
download | django-wkhtmltopdf-62750c23a264ef04ac04e04bda820873ac9e421b.tar.gz django-wkhtmltopdf-62750c23a264ef04ac04e04bda820873ac9e421b.tar.bz2 django-wkhtmltopdf-62750c23a264ef04ac04e04bda820873ac9e421b.zip |
Merge branch 'master' of github.com:incuna/django-wkhtmltopdf into travis-setup
Diffstat (limited to 'wkhtmltopdf/tests/templates/footer.html')
-rw-r--r-- | wkhtmltopdf/tests/templates/footer.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wkhtmltopdf/tests/templates/footer.html b/wkhtmltopdf/tests/templates/footer.html index 3ae09cb..cf98267 100644 --- a/wkhtmltopdf/tests/templates/footer.html +++ b/wkhtmltopdf/tests/templates/footer.html @@ -1,2 +1,3 @@ -MEDIA_URL = {{ MEDIA_URL }} -STATIC_URL = {{ STATIC_URL }} +<script src="{{ STATIC_URL }}sample_js_not_existing.js"></script> + +<img src="{{ MEDIA_URL }}sample_image_not_existing.png" /> |