From: Emilie Date: Thu, 3 Nov 2016 12:11:59 +0000 (+0100) Subject: VEL : change url and add id placeholder X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=50478c9d8c46f625cb8b27b7fa2b5a6f3de83dd3;p=mezzo.git VEL : change url and add id placeholder --- diff --git a/app/local_settings.py b/app/local_settings.py index 4becac61..8391d50a 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -170,7 +170,9 @@ EVENT_SLUG = 'agenda' EVENT_GOOGLE_MAPS_DOMAIN = 'maps.google.fr' EVENT_PER_PAGE = 50 EVENT_USE_FEATURED_IMAGE = True -EVENT_SHOP_URL = 'http://eve-dev2.ircam.fr/pub.php/manifestation/' +# EVENT_SHOP_URL = 'http://eve-dev2.ircam.fr/pub.php/manifestation/' +EVENT_SHOP_URL = "http://eve-dev2.ircam.fr/pub.php/event/%d/edit" + EVENT_PASS_URL = 'http://eve-dev2.ircam.fr/pub.php/pass/' EVENT_EXCLUDE_TAG_LIST = ['tournees', ] diff --git a/app/templates/agenda/event_booking.html b/app/templates/agenda/event_booking.html index 6fd0e994..432cd2f6 100644 --- a/app/templates/agenda/event_booking.html +++ b/app/templates/agenda/event_booking.html @@ -2,5 +2,5 @@ {% load mezzanine_tags comment_tags keyword_tags rating_tags i18n future disqus_tags event_tags organization_tags %} {% block event_detail_content %} - + {% endblock %}