templates/404.html
author anoop
Mon, 07 Jun 2010 17:03:19 +0530
branchanoop
changeset 74 84179d1bdc7e
parent 37 f068d119c158
permissions -rw-r--r--
changed descriptions about sage.

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