From 32cde26f9807a29eb1fae0833e353212d43d7802 Mon Sep 17 00:00:00 2001
From: ankitjavalkar
Date: Fri, 11 Sep 2015 12:35:09 +0530
Subject: Change app name to 'yaksh'
---
testapp/yaksh/templates/500.html | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 testapp/yaksh/templates/500.html
(limited to 'testapp/yaksh/templates/500.html')
diff --git a/testapp/yaksh/templates/500.html b/testapp/yaksh/templates/500.html
new file mode 100644
index 0000000..d02721f
--- /dev/null
+++ b/testapp/yaksh/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