view templates/404.html @ 27:e019ca8e14f6

Clean up templates
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 28 Jun 2010 22:36:53 -0500
parents 2e7226e90157
children eb3371142f4f
line wrap: on
line source

{% extends "whitebox.djhtml" %}

{% block title %}
Object not found
{% endblock %}

{% block boxtitle %}
Object not found
{% endblock %}

{% block boxcontents %}
<p>
  The resource you were looking for is unavailable. If you think this
  is our fault, please let us know.
</p>
{% endblock %}