diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-12-27 23:39:43 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-12-28 17:00:07 +0100 |
| commit | 969e082858339b8da79af2c036d434ce91c27ee0 (patch) | |
| tree | b26d51a7cf25cb02f4ba85b0eebe4ccab38c6872 /tests/template_loader/template_strings | |
| parent | 90805b240fdb1a1570c414f7d55fa1b0b77e1f24 (diff) | |
Added tests for django.template.loader.
Deprecated features aren't tested.
Diffstat (limited to 'tests/template_loader/template_strings')
| -rw-r--r-- | tests/template_loader/template_strings/template_loader/hello.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template_loader/template_strings/template_loader/hello.html b/tests/template_loader/template_strings/template_loader/hello.html new file mode 100644 index 0000000000..70175fd954 --- /dev/null +++ b/tests/template_loader/template_strings/template_loader/hello.html @@ -0,0 +1 @@ +Hello! (template strings) |
