templates/404.html
author anoop
Thu, 29 Jul 2010 15:59:18 +0530
branchanoop
changeset 193 9b2a63bb8d16
parent 37 f068d119c158
permissions -rw-r--r--
made neccesary changes to cancel python workshop.

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