From fa3b4a47ef1220746e394acf9077b9a8f24c8a04 Mon Sep 17 00:00:00 2001
From: Karen Tracey <kmtracey@gmail.com>
Date: Mon, 8 Mar 2010 17:04:06 +0000
Subject: [PATCH] Add files mistakenly left out of r12725.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12726 bcc190cf-cafb-0310-a4f2-bffc1f526a37
---
 .../views/templates/debug/template_exception.html               | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tests/regressiontests/views/templates/debug/template_exception.html

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 %}