changeset 84:cf741f0c5255

Fix template inheritance in index.djhtml Still have to convert the rest of the templates over. Soon.
author dellsystem <ilostwaldo@gmail.com>
date Fri, 24 Aug 2012 17:24:02 -0400
parents 343d79b20dd5
children 5956f6349373
files templates/index.djhtml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/index.djhtml	Fri Aug 24 17:22:27 2012 -0400
+++ b/templates/index.djhtml	Fri Aug 24 17:24:02 2012 -0400
@@ -1,4 +1,4 @@
-{% extends "whitebox.djhtml" %}
+{% extends "base.djhtml" %}
 
 {% block navbar %}
 {% endblock %}