pytask/templates/500.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:37:22 +0530
changeset 556 a0e57ca7cf56
parent 473 50484b901aad
permissions -rw-r--r--
Style fixes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
473
50484b901aad Add a template page for server error config. HTTP 500.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends 'base.html' %}
50484b901aad Add a template page for server error config. HTTP 500.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
{% block content %}
50484b901aad Add a template page for server error config. HTTP 500.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
    There was an error in rendering the page you requested for. The admin has been notified about it.<br />
50484b901aad Add a template page for server error config. HTTP 500.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
    Please <a href="javascript:history.go(-1)">click here</a> to get back to the previous page.
50484b901aad Add a template page for server error config. HTTP 500.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
{% endblock %}