diff options
author | mattack108 <matt.lenc@gmail.com> | 2013-01-15 15:48:39 +0000 |
---|---|---|
committer | mattack108 <matt.lenc@gmail.com> | 2013-01-15 15:48:39 +0000 |
commit | 9b191bb932a3a7d6ebeb61be31ba666e8f8a9d9e (patch) | |
tree | cf6da5284ba72dbf224689766b5b5d042e904bf5 /wkhtmltopdf/tests/templates | |
parent | 813537e4adb811f10011349ce06bee0de0775dc6 (diff) | |
download | django-wkhtmltopdf-9b191bb932a3a7d6ebeb61be31ba666e8f8a9d9e.tar.gz django-wkhtmltopdf-9b191bb932a3a7d6ebeb61be31ba666e8f8a9d9e.tar.bz2 django-wkhtmltopdf-9b191bb932a3a7d6ebeb61be31ba666e8f8a9d9e.zip |
Fix tests and add new ones for show_content_in_browser feature
Diffstat (limited to 'wkhtmltopdf/tests/templates')
-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" /> |