diff options
Diffstat (limited to 'tests/template_backends/template_strings')
| -rw-r--r-- | tests/template_backends/template_strings/template_backends/csrf.html | 1 | ||||
| -rw-r--r-- | tests/template_backends/template_strings/template_backends/hello.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/template_backends/template_strings/template_backends/csrf.html b/tests/template_backends/template_strings/template_backends/csrf.html new file mode 100644 index 0000000000..b1c144dcb7 --- /dev/null +++ b/tests/template_backends/template_strings/template_backends/csrf.html @@ -0,0 +1 @@ +$csrf_input diff --git a/tests/template_backends/template_strings/template_backends/hello.html b/tests/template_backends/template_strings/template_backends/hello.html new file mode 100644 index 0000000000..7a1b4446c7 --- /dev/null +++ b/tests/template_backends/template_strings/template_backends/hello.html @@ -0,0 +1 @@ +Hello $name! |
