diff options
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" /> |