pytask/templates/404.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:37:56 +0530
changeset 557 a8102f88008c
parent 363 9b0812962133
permissions -rw-r--r--
Use Unauthorized exception for access checks.

{% extends 'base.html' %}
{% block content %}
    The page you requested does not exist.<br />
    <a href="javascript:history.go(-1)">Click here</a> to get back to the previous page.
{% endblock %}