view templates/404.html @ 161:10eebb5a1c68

Add word-wrap: break-word to diffs
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 02:28:11 -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 %}