templates/404.html
author nishanth
Fri, 16 Apr 2010 15:09:23 +0530
changeset 71 1f6a101586b7
parent 51 08da9bd64fca
permissions -rw-r--r--
revert back to the previous font sizes.

{% extends "base.html" %}
{% block content %}
404 Error<br />
The page you requested does not exist<br />
{% endblock %}