view templates/404.html @ 90:eb3371142f4f

Remove inheriting from whitebox.djhtml for template files
author dellsystem <ilostwaldo@gmail.com>
date Fri, 24 Aug 2012 23:48:14 -0400
parents e019ca8e14f6
children e40d79359d07
line wrap: on
line source

{% extends "base.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 %}