pytask/templates/500.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 21 Jan 2011 00:27:33 +0530
changeset 504 3b78ea899168
parent 473 50484b901aad
permissions -rw-r--r--
Use the right URL reverse name for selecting claimed user.

{% extends 'base.html' %}
{% block content %}
    There was an error in rendering the page you requested for. The admin has been notified about it.<br />
    Please <a href="javascript:history.go(-1)">click here</a> to get back to the previous page.
{% endblock %}