From f5568068a34e23208fb5b2a33dd806f10aab9806 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Wed, 19 Aug 2015 16:51:39 +0530 Subject: Change app name to yaksh --- testapp/yaksh_app/templates/500.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testapp/yaksh_app/templates/500.html (limited to 'testapp/yaksh_app/templates/500.html') diff --git a/testapp/yaksh_app/templates/500.html b/testapp/yaksh_app/templates/500.html new file mode 100644 index 0000000..d02721f --- /dev/null +++ b/testapp/yaksh_app/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