From 969e082858339b8da79af2c036d434ce91c27ee0 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 27 Dec 2014 23:39:43 +0100 Subject: Added tests for django.template.loader. Deprecated features aren't tested. --- tests/template_loader/template_strings/template_loader/hello.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/template_loader/template_strings/template_loader/hello.html (limited to 'tests/template_loader/template_strings') 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) -- cgit v1.3