pytask/templates/500.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 19 Jan 2011 18:36:29 +0530
changeset 473 50484b901aad
permissions -rw-r--r--
Add a template page for server error config. HTTP 500.

{% 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 %}