author | nishanth |
Sat, 05 Jun 2010 16:49:14 +0530 | |
branch | anoop |
changeset 38 | 39ce492c6c87 |
parent 37 | f068d119c158 |
child 39 | 31935d8195f1 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/500.html Sat Jun 05 16:49:14 2010 +0530 @@ -0,0 +1,9 @@ +{% extends 'base.html' %} +{% block title %} +500 Error +{% endblock %} +{% block content %} +<h2>500 Error.</h2> +Internal server error. This incident will be reported.<br /> +Inconvenience caused is regretted. +{% endblock %}