comparison 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
comparison
equal deleted inserted replaced
26:d534172de5d5 27:e019ca8e14f6
1 {% extends "controls.djhtml" %} 1 {% extends "whitebox.djhtml" %}
2
2 {% block title %} 3 {% block title %}
3 Object not found 4 Object not found
4 {% endblock %} 5 {% endblock %}
5 {% block content %} 6
6 <div class="whitebox"> 7 {% block boxtitle %}
8 Object not found
9 {% endblock %}
10
11 {% block boxcontents %}
7 <p> 12 <p>
8 The resource you were looking for is unavailable. If you think this 13 The resource you were looking for is unavailable. If you think this
9 is our fault, please let us know. 14 is our fault, please let us know.
10 </p> 15 </p>
11 </div>
12 {% endblock %} 16 {% endblock %}