templates/500.html
author nishanth
Thu, 01 Jul 2010 16:20:17 +0530
changeset 81 848c009b8a60
parent 69 70936df01485
permissions -rw-r--r--
now topic name is displayed instead of topic number in list_questions page
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
69
70936df01485 added 500 page
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
70936df01485 added 500 page
nishanth
parents:
diff changeset
     2
{% block content %}
70936df01485 added 500 page
nishanth
parents:
diff changeset
     3
Internal Server error.<br />
70936df01485 added 500 page
nishanth
parents:
diff changeset
     4
This event will be reported.<br />
70936df01485 added 500 page
nishanth
parents:
diff changeset
     5
Sorry for the inconvinience.
70936df01485 added 500 page
nishanth
parents:
diff changeset
     6
{% endblock %}