templates/500.html
author nishanth
Tue, 29 Jun 2010 19:43:58 +0530
changeset 69 70936df01485
permissions -rw-r--r--
added 500 page

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