templates/500.html
author nishanth
Wed, 14 Jul 2010 11:23:51 +0530
branchanoop
changeset 79 064ff60025d9
parent 38 39ce492c6c87
permissions -rw-r--r--
removed the need_python_workshop and need_acco fields since they are very confusing
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
38
39ce492c6c87 added 500 page
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
39ce492c6c87 added 500 page
nishanth
parents:
diff changeset
     2
{% block title %}
39ce492c6c87 added 500 page
nishanth
parents:
diff changeset
     3
500 Error
39ce492c6c87 added 500 page
nishanth
parents:
diff changeset
     4
{% endblock %}
39ce492c6c87 added 500 page
nishanth
parents:
diff changeset
     5
{% block content %}
39ce492c6c87 added 500 page
nishanth
parents:
diff changeset
     6
<h2>500 Error.</h2>
39ce492c6c87 added 500 page
nishanth
parents:
diff changeset
     7
Internal server error. This incident will be reported.<br />
39ce492c6c87 added 500 page
nishanth
parents:
diff changeset
     8
Inconvenience caused is regretted.
39ce492c6c87 added 500 page
nishanth
parents:
diff changeset
     9
{% endblock %}