From 061f2e50de1de3dc0896674993c2da51181ce2fa Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 10 Oct 2016 16:19:40 +0200 Subject: [PATCH] Add default tag exclude list setting --- app/local_settings.py | 1 + lib/mezzanine-agenda | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/local_settings.py b/app/local_settings.py index b1fb9bf7..c1cec304 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -145,6 +145,7 @@ EVENT_PER_PAGE = 50 EVENT_USE_FEATURED_IMAGE = True EVENT_SHOP_URL = 'http://eve.ircam.fr/manifeste.php/manifestation/' EVENT_PASS_URL = 'http://eve.ircam.fr/manifeste.php/pass/' +EVENT_EXCLUDE_TAG_LIST = ['tournees', ] if DEBUG: TINYMCE_SETUP_JS = "/static/js/tinymce_setup.js" diff --git a/lib/mezzanine-agenda b/lib/mezzanine-agenda index ab1f8a70..455a8b03 160000 --- a/lib/mezzanine-agenda +++ b/lib/mezzanine-agenda @@ -1 +1 @@ -Subproject commit ab1f8a70502aa5f54484a40a7c86b454a1f03e70 +Subproject commit 455a8b03e4f4b64ebe67d0e6d0038160d7b27e41 -- 2.39.5