templates/404.html
author nishanth
Wed, 14 Jul 2010 11:51:05 +0530
branchanoop
changeset 80 c200156c80a9
parent 37 f068d119c158
permissions -rw-r--r--
fixed a bug that arises when a query does not have any parameters to filter

{% extends 'base.html' %}
{% block title %}
Page Not Found
{% endblock %}
{% block content %}
<h2>404 Error</h2>
Page not found.
{% endblock %}