diff options
author | James Turnbull <james@jamesturnbull.org> | 2013-01-16 07:41:28 -0800 |
---|---|---|
committer | James Turnbull <james@jamesturnbull.org> | 2013-01-16 07:41:28 -0800 |
commit | a03c1e14b0da1999590442719c42293a88ab9e3b (patch) | |
tree | 45a1966ab8da505e62490c5a8651075c4ed157a1 /wkhtmltopdf/tests/templates/footer.html | |
parent | 887d3c6600750dd573e768c6fdf370a6a607d39b (diff) | |
parent | cda678a3ea9b01a684c6e2d3ed636834f41c96f8 (diff) | |
download | django-wkhtmltopdf-a03c1e14b0da1999590442719c42293a88ab9e3b.tar.gz django-wkhtmltopdf-a03c1e14b0da1999590442719c42293a88ab9e3b.tar.bz2 django-wkhtmltopdf-a03c1e14b0da1999590442719c42293a88ab9e3b.zip |
Merge pull request #28 from incuna/downloading-option
Make PDF downloading an option
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" /> |