From 4f2868350501816075ee98331194a34b047e1b24 Mon Sep 17 00:00:00 2001 From: Emilie Date: Wed, 2 Nov 2016 11:31:56 +0100 Subject: [PATCH] Change eve iframe --- app/local_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/local_settings.py b/app/local_settings.py index 80e6540b..744beca8 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -170,8 +170,8 @@ EVENT_SLUG = 'agenda' EVENT_GOOGLE_MAPS_DOMAIN = 'maps.google.fr' 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_SHOP_URL = 'http://eve-dev2.ircam.fr/pub.php/manifestation/' +EVENT_PASS_URL = 'http://eve-dev2.ircam.fr/pub.php/pass/' EVENT_EXCLUDE_TAG_LIST = ['tournees', ] if DEBUG: -- 2.39.5