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/exam/templates/500.html | 7 ------- 1 file changed, 7 deletions(-) delete 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 deleted file mode 100644 index d02721f..0000000 --- a/testapp/exam/templates/500.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -Internal Server error.
-This event will be reported.
-Sorry for the inconvinience. -{% endblock %} -- cgit