]> git.parisson.com Git - mezzo.git/commitdiff
add keyword tags, rm breadcrumbs
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 25 Feb 2016 13:17:21 +0000 (14:17 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 25 Feb 2016 13:17:21 +0000 (14:17 +0100)
app/templates/base.html

index 0f3bb28077805d795539164c93d5d24d07851b94..d0e489738767bbcfc8432ee907e60fb1f4436b86 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype html>
 <html lang="{{ LANGUAGE_CODE }}"{% if LANGUAGE_BIDI %} dir="rtl"{% endif %}>
-{% load pages_tags mezzanine_tags i18n staticfiles %}
+{% load pages_tags mezzanine_tags i18n staticfiles keyword_tags %}
 
 <head>
 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
 
 <h1>{% block title %}{% endblock %}</h1>
 
+{% comment - Remove breadcrumbs %}
 <ul class="breadcrumb">
 {% spaceless %}
 {% block breadcrumb_menu %}{% page_menu "pages/menus/breadcrumb.html" %}{% endblock %}
 {% endspaceless %}
 </ul>
+{% endcomment %}
 
 </div>