From 7a60f782995eed0352f3172f445bb35ae8ee6aa9 Mon Sep 17 00:00:00 2001
From: ankitjavalkar
Date: Mon, 14 Sep 2015 12:28:41 +0530
Subject: Remove testapp dir, remove reference to testapp in paths, files
---
yaksh/templates/500.html | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 yaksh/templates/500.html
(limited to 'yaksh/templates/500.html')
diff --git a/yaksh/templates/500.html b/yaksh/templates/500.html
new file mode 100644
index 0000000..d02721f
--- /dev/null
+++ b/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