From 6069a3de33e6b687a3e46df4be804544005e1be9 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 19 Dec 2012 09:48:30 +0100 Subject: [PATCH] Don't use panel ui in content pages --- youmap/templates/base.html | 4 ++-- youmap/templates/youmap/home.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/youmap/templates/base.html b/youmap/templates/base.html index 0ceb2cf8..83e4142c 100644 --- a/youmap/templates/base.html +++ b/youmap/templates/base.html @@ -6,7 +6,6 @@ - @@ -15,6 +14,7 @@ {% block extra_head %} + {% endblock extra_head %} @@ -38,9 +38,9 @@ - {% block bottom_js %} + {% endblock %}
diff --git a/youmap/templates/youmap/home.html b/youmap/templates/youmap/home.html index b08757f7..130e4a68 100644 --- a/youmap/templates/youmap/home.html +++ b/youmap/templates/youmap/home.html @@ -120,7 +120,7 @@ {% endblock content %} {% block bottom_js %} - {{ block.super }} +