diff 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
line wrap: on
line diff
--- a/templates/404.html	Mon Jun 28 22:02:07 2010 -0500
+++ b/templates/404.html	Mon Jun 28 22:36:53 2010 -0500
@@ -1,12 +1,16 @@
-{% extends "controls.djhtml" %}
+{% extends "whitebox.djhtml" %}
+
 {% block title %}
 Object not found
 {% endblock %}
-{% block content %}
-<div class="whitebox">
+
+{% 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>
-</div>
 {% endblock %}