]> git.parisson.com Git - mezzo.git/commitdiff
prepare shop
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 31 Mar 2016 18:21:01 +0000 (20:21 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 31 Mar 2016 18:21:01 +0000 (20:21 +0200)
app/templates/agenda/event_shop.html [new file with mode: 0644]

diff --git a/app/templates/agenda/event_shop.html b/app/templates/agenda/event_shop.html
new file mode 100644 (file)
index 0000000..3851e7b
--- /dev/null
@@ -0,0 +1,6 @@
+{% extends "agenda/event_detail.html" %}
+{% load mezzanine_tags comment_tags keyword_tags rating_tags i18n future disqus_tags event_tags festival_tags %}
+
+{% block event_detail_content %}
+<iframe src="{% festival_shop_url %}{{ event.external_id }}" frameborder="0" allowfullscreen=""></iframe>
+{% endblock %}