project/templates/404.html
author Puneeth Chaganti <punchagan@fossee.in>
Tue, 07 Dec 2010 20:01:21 +0530
changeset 338 5b0a6b71fd64
parent 1 fda1c66b25f9
permissions -rw-r--r--
Changed schedule of Day-1 to include Farhat.

{% extends "base.html" %}

{% block title %}404 Page Not Found{% endblock %}

{% block content %}

<h1>404 Page Not Found</h1>

<p>Are you sure you have the correct URL?</p>

{% endblock content %}