pytask/templates/404.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 15:09:44 +0530
changeset 548 53b0071346c4
parent 363 9b0812962133
permissions -rw-r--r--
comma in the display list should not appear after last tag element.

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