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', ]
{% 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 %}