From: Emilie Zawadzki Date: Thu, 5 Jan 2017 11:39:41 +0000 (+0100) Subject: add https to eve url X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=95f098ab0711cea8b5cf099574c3899eacfa0dc0;p=mezzo.git add https to eve url --- diff --git a/app/local_settings.py b/app/local_settings.py index 8a917c78..3aa25401 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -205,7 +205,7 @@ EVENT_SLUG = 'agenda' EVENT_GOOGLE_MAPS_DOMAIN = 'maps.google.fr' EVENT_PER_PAGE = 50 EVENT_USE_FEATURED_IMAGE = True -EVENT_DOMAIN = "//eve.ircam.fr" +EVENT_DOMAIN = "https://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"