pytask/templates/500.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 02:31:53 +0530
changeset 540 b07d52d49db7
parent 473 50484b901aad
permissions -rw-r--r--
Initial tags for the chapters should not contain Textbook as the keyword.

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