From 0143710e78ae01bae78a3b760fc8410bc86a3b2b Mon Sep 17 00:00:00 2001
From: prathamesh
Date: Fri, 11 Jul 2014 14:14:19 +0530
Subject: Moved templates and static inside the app.
---
testapp/exam/templates/500.html | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 testapp/exam/templates/500.html
(limited to 'testapp/exam/templates/500.html')
diff --git a/testapp/exam/templates/500.html b/testapp/exam/templates/500.html
new file mode 100644
index 0000000..d02721f
--- /dev/null
+++ b/testapp/exam/templates/500.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+
+{% block content %}
+Internal Server error.
+This event will be reported.
+Sorry for the inconvinience.
+{% endblock %}
--
cgit