view templates/404.html @ 172:5e10ea8052b5

Make form field labels bold In simple_field.djhtml
author dellsystem <ilostwaldo@gmail.com>
date Sat, 20 Oct 2012 00:30:17 -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 %}