templates/500.html
author nishanth
Wed, 30 Jun 2010 10:33:03 +0530
changeset 72 665287ab8e3a
parent 69 70936df01485
permissions -rw-r--r--
now the checking for admin key is done via urls

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