templates/404.html
author nishanth
Tue, 20 Jul 2010 12:59:40 +0530
branchanoop
changeset 143 a752dc99e23c
parent 37 f068d119c158
permissions -rw-r--r--
added link to sprint_info and created a basic template

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