From: Emilie Date: Mon, 6 Feb 2017 16:50:00 +0000 (+0100) Subject: Agenda : trying to exlclude some events by tag X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=674a916445fcc80e337e58abdaa3ef835bff2984;p=mezzo.git Agenda : trying to exlclude some events by tag --- diff --git a/app/local_settings.py b/app/local_settings.py index 543f0b7d..2925d953 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -187,7 +187,7 @@ EVENT_DOMAIN = "//eve.ircam.fr" EVENT_SHOP_URL = EVENT_DOMAIN+"/pub.php/event/%d/edit" EVENT_PASS_URL = EVENT_DOMAIN+"/pub.php/pass/" EVENT_CONFIRMATION_URL = EVENT_DOMAIN+"/pub.php/cart/done?transaction_id=%s" -EVENT_EXCLUDE_TAG_LIST = ['tournees', ] +EVENT_EXCLUDE_TAG_LIST = [ ] TINYMCE_SETUP_JS = "/static/js/tinymce_setup.js"