From 5af5a877201646205fb0dda1da3d1c44f20e2e5a Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Mon, 19 Sep 2016 10:35:43 -0300 Subject: [PATCH] Torna o rodape um arquivo separado --- sapl/templates/base.html | 51 +------------------------------------ sapl/templates/rodape.html | 52 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 50 deletions(-) create mode 100644 sapl/templates/rodape.html diff --git a/sapl/templates/base.html b/sapl/templates/base.html index 03617f5ac..c6630ee67 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -224,56 +224,7 @@ {% endblock content_container %} - - + {% include 'rodape.html' %} {% block foot_js %} diff --git a/sapl/templates/rodape.html b/sapl/templates/rodape.html new file mode 100644 index 000000000..730f6ade4 --- /dev/null +++ b/sapl/templates/rodape.html @@ -0,0 +1,52 @@ +{% load i18n staticfiles sass_tags menus %} +{% load common_tags %} + +