]> git.parisson.com Git - mezzo.git/commitdiff
VEL : change url and add id placeholder
authorEmilie <zawadzki@ircam.fr>
Thu, 3 Nov 2016 12:11:59 +0000 (13:11 +0100)
committerEmilie <zawadzki@ircam.fr>
Thu, 3 Nov 2016 12:11:59 +0000 (13:11 +0100)
app/local_settings.py
app/templates/agenda/event_booking.html

index 4becac613fb771515edd62096d975a8dcac82182..8391d50a7b8fb45c6161dbf6b5efdc9fd4e17d3e 100644 (file)
@@ -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', ]
 
index 6fd0e994ee4ff4f35182a76cb83f4bc841bc1150..432cd2f61565696d69f57e4902178575c2c142f3 100644 (file)
@@ -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 %}
-    <iframe width="100%" height="750px" scrolling="auto" src="{{ shop_url }}{{ event.external_id }}" frameborder="0" allowfullscreen=""></iframe>
+    <iframe width="100%" height="750px" scrolling="auto" src="{{ shop_url }}" frameborder="0" allowfullscreen=""></iframe>
 {% endblock %}