diff options
author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-01-16 10:14:54 +0000 |
---|---|---|
committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-01-16 10:14:54 +0000 |
commit | 6cf05d70a87cd33955670d43f14f28067f90379e (patch) | |
tree | 01fdb34a180503993a9ebd9dc9c1107a83bba606 /testproject/templates | |
parent | 7710f08802aaf7fb8f7355bba00e5c3fd886209f (diff) | |
download | django-wkhtmltopdf-6cf05d70a87cd33955670d43f14f28067f90379e.tar.gz django-wkhtmltopdf-6cf05d70a87cd33955670d43f14f28067f90379e.tar.bz2 django-wkhtmltopdf-6cf05d70a87cd33955670d43f14f28067f90379e.zip |
Test translation to temp file.
Diffstat (limited to 'testproject/templates')
-rw-r--r-- | testproject/templates/sample.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testproject/templates/sample.html b/testproject/templates/sample.html new file mode 100644 index 0000000..3dfbdbb --- /dev/null +++ b/testproject/templates/sample.html @@ -0,0 +1,7 @@ +<html> + <head> + </head> + <body> + <h1>{{ title }}</h1> + </body> +</html> |