pytask/templates/404.html
author Nishanth Amuluru <nishanth@fossee.in>
Sun, 09 Jan 2011 15:01:30 +0530
changeset 363 9b0812962133
permissions -rw-r--r--
created the home page

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