From 85df4dd0ac499dd1c8d35c97b64ba58c9c9ad0f4 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Mon, 21 Jan 2013 15:06:37 -0500 Subject: [PATCH] adding lightboxen block to base.html template --- karmaworld/templates/base.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/karmaworld/templates/base.html b/karmaworld/templates/base.html index 30a0966..d56cd10 100644 --- a/karmaworld/templates/base.html +++ b/karmaworld/templates/base.html @@ -20,11 +20,15 @@ + {% block pagescripts %} {% endblock %} + + {% block pagestyle %} {% endblock %} +