aboutsummaryrefslogtreecommitdiffstats
path: root/tests/templates
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-18 18:08:17 +0200
committerAymeric Augustin2013-10-18 18:09:15 +0200
commitccbf178a3351106e25422b898f09cdca60a1c6e5 (patch)
tree442eb02929f8b2ed640a7d864242c4ee81f4b3cd /tests/templates
parent7196171fadb3478b660451bed344bf13c270f9af (diff)
downloaddjango-debug-toolbar-ccbf178a3351106e25422b898f09cdca60a1c6e5.tar.bz2
Fix crash with objects having a non-ASCII repr in context.
Diffstat (limited to 'tests/templates')
-rw-r--r--tests/templates/basic.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/templates/basic.html b/tests/templates/basic.html
new file mode 100644
index 0000000..a0ce0d4
--- /dev/null
+++ b/tests/templates/basic.html
@@ -0,0 +1,7 @@
+<html>
+ <head>
+ <title>{{ title }}</title>
+ </head>
+ <body>
+ </body>
+</html>