pytask/templates/404.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 30 Jan 2011 18:59:23 +0530
changeset 526 9c0c88d129dd
parent 363 9b0812962133
permissions -rw-r--r--
Add a view, form and related URL for chapter creation under textbook.

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