diff options
| author | Aymeric Augustin | 2013-10-18 18:08:17 +0200 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-10-18 18:09:15 +0200 | 
| commit | ccbf178a3351106e25422b898f09cdca60a1c6e5 (patch) | |
| tree | 442eb02929f8b2ed640a7d864242c4ee81f4b3cd /tests/templates/basic.html | |
| parent | 7196171fadb3478b660451bed344bf13c270f9af (diff) | |
| download | django-debug-toolbar-ccbf178a3351106e25422b898f09cdca60a1c6e5.tar.bz2 | |
Fix crash with objects having a non-ASCII repr in context.
Diffstat (limited to 'tests/templates/basic.html')
| -rw-r--r-- | tests/templates/basic.html | 7 | 
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> | 
