templates/500.html
author nishanth
Tue, 29 Jun 2010 16:12:29 +0530
changeset 103 ee9261c5ba18
parent 97 87d522d28a28
permissions -rw-r--r--
the list_attendees page looks better now

{% extends "base.html" %}
{% block content %}
500 Error<br />
Server encountered some error. This event will be reported.<br />
{% endblock %}