From db75faa50e20e803d67f23309c1dd9b39f2f14fb Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Wed, 29 Oct 2014 03:43:57 -0200 Subject: [PATCH] Wrapped navbar and footer --- colab/proxy/noosfero/templates/proxy/noosfero.html | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) diff --git a/colab/proxy/noosfero/templates/proxy/noosfero.html b/colab/proxy/noosfero/templates/proxy/noosfero.html index 492c56b..7c467f9 100644 --- a/colab/proxy/noosfero/templates/proxy/noosfero.html +++ b/colab/proxy/noosfero/templates/proxy/noosfero.html @@ -15,3 +15,15 @@ {% endblock %} + +{% block navbar %} +
+ {{ block.super }} +
+{% endblock %} + +{% block footer %} +
+ {{ block.super }} +
+{% endblock %} \ No newline at end of file -- libgit2 0.21.2