diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-03-08 17:04:06 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-03-08 17:04:06 +0000 |
| commit | fa3b4a47ef1220746e394acf9077b9a8f24c8a04 (patch) | |
| tree | f6c82dd83637c6fdb01a67a5dfea723ffa230111 /tests | |
| parent | 50e46c017e8a904725721ec45a3a214045bd688f (diff) | |
Add files mistakenly left out of r12725.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12726 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/regressiontests/views/templates/debug/template_exception.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/regressiontests/views/templates/debug/template_exception.html b/tests/regressiontests/views/templates/debug/template_exception.html new file mode 100644 index 0000000000..c6b34a8388 --- /dev/null +++ b/tests/regressiontests/views/templates/debug/template_exception.html @@ -0,0 +1,2 @@ +{% load debugtags %} +{% go_boom arg %} |
