From fe6ed4b2383fc10ec64e25053cb78215ec509170 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 25 Feb 2016 14:17:21 +0100 Subject: [PATCH] add keyword tags, rm breadcrumbs --- app/templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index 0f3bb280..d0e48973 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -1,6 +1,6 @@ -{% load pages_tags mezzanine_tags i18n staticfiles %} +{% load pages_tags mezzanine_tags i18n staticfiles keyword_tags %} @@ -82,11 +82,13 @@

{% block title %}{% endblock %}

+{% comment - Remove breadcrumbs %} +{% endcomment %} -- 2.39.5