diff options
Diffstat (limited to 'wkhtmltopdf/tests/templates/footer.html')
-rw-r--r-- | wkhtmltopdf/tests/templates/footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wkhtmltopdf/tests/templates/footer.html b/wkhtmltopdf/tests/templates/footer.html new file mode 100644 index 0000000..3ae09cb --- /dev/null +++ b/wkhtmltopdf/tests/templates/footer.html @@ -0,0 +1,2 @@ +MEDIA_URL = {{ MEDIA_URL }} +STATIC_URL = {{ STATIC_URL }} |