]> git.parisson.com Git - mezzo.git/commitdiff
update booking url
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 4 Apr 2016 10:42:45 +0000 (12:42 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 4 Apr 2016 10:42:45 +0000 (12:42 +0200)
app/sandbox/local_settings.py
app/templates/agenda/event_booking.html

index c58e930cac17baa20f01152ae22713a169d375b5..4b9a4127916ffa13972bc74f166b47942fd4fa33 100644 (file)
@@ -99,4 +99,4 @@ warnings.filterwarnings(
 EVENT_GOOGLE_MAPS_DOMAIN = 'maps.google.fr'
 EVENT_PER_PAGE = 8
 EVENT_USE_FEATURED_IMAGE = True
-EVENT_SHOP_URL = 'http://eve.ircam.fr/pub.php/manifestation/'
+EVENT_SHOP_URL = 'http://eve.ircam.fr/manifeste.php/manifestation/'
index de1273206daed4da195021fe05e66b31d954187f..a808c1b62d008036baf6e1baba9e781f86c2223f 100644 (file)
@@ -5,7 +5,7 @@
 {% endblock %}
 
 {% block event_detail_content %}
-<iframe width="100%" height="1100px" scrolling="auto" src="{{ shop_url }}{{ event.external_id }}" frameborder="0" allowfullscreen=""></iframe>
+<iframe width="100%" height="680px" scrolling="auto" src="{{ shop_url }}{{ event.external_id }}" frameborder="0" allowfullscreen=""></iframe>
 {% endblock %}
 
 {% block event_detail_sharebuttons %}