view templates/404.html @ 157:728712eaa1b2

Change message shown for 0 bundles (code page)
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 01:44:38 -0400
parents eb3371142f4f
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 %}