templates/500.html
author nishanth
Thu, 01 Jul 2010 17:05:57 +0530
changeset 86 404e9c1b8cff
parent 69 70936df01485
permissions -rw-r--r--
now questions are displayed properly in edit_question page. hav to implement the submit and stuff

{% extends 'base.html' %}
{% block content %}
Internal Server error.<br />
This event will be reported.<br />
Sorry for the inconvinience.
{% endblock %}