summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_scripts/custom_templates
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2012-07-16 23:26:31 +0100
committerFlorian Apolloner <florian@apolloner.eu>2012-07-25 22:24:41 +0200
commita875f612e0ae84c2084d0b6230ffafe32a9777c8 (patch)
tree9ad0cdb701c91396ac4dbcdcfe501418e8c151fc /tests/regressiontests/admin_scripts/custom_templates
parent59d99772f0e3c69bc1824ce1e76438d89c50c9b9 (diff)
Fixed #18634 -- Don't escape variables in the context for startproject/startapp.
The & symbols which can come up in the secret key were being escaped to &amp;.
Diffstat (limited to 'tests/regressiontests/admin_scripts/custom_templates')
-rw-r--r--tests/regressiontests/admin_scripts/custom_templates/project_template/additional_dir/extra.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/admin_scripts/custom_templates/project_template/additional_dir/extra.py b/tests/regressiontests/admin_scripts/custom_templates/project_template/additional_dir/extra.py
new file mode 100644
index 0000000000..6b553f190f
--- /dev/null
+++ b/tests/regressiontests/admin_scripts/custom_templates/project_template/additional_dir/extra.py
@@ -0,0 +1 @@
+# this file uses the {{ extra }} variable