templates/404.html
author nishanth
Mon, 07 Jun 2010 15:13:16 +0530
branchanoop
changeset 64 3650417b0fda
parent 37 f068d119c158
permissions -rw-r--r--
removed the admin_url_prefix thingy

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