]> git.parisson.com Git - mezzo.git/commitdiff
Event booking template
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 29 Sep 2016 10:24:11 +0000 (12:24 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 29 Sep 2016 10:24:11 +0000 (12:24 +0200)
app/templates/agenda/event_booking.html

index 345de9542245c35e97ae28beb318bc4b98c4ee56..2113e841791fb55318de8d382381269794d28c53 100644 (file)
@@ -1,17 +1,6 @@
 {% extends "agenda/event_detail.html" %}
-{% load mezzanine_tags comment_tags keyword_tags rating_tags i18n future disqus_tags event_tags  %}
-
-{% block event_detail_postedby %}
-{% endblock %}
+{% 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="680px" scrolling="auto" src="{{ shop_url }}{{ event.external_id }}" frameborder="0" allowfullscreen=""></iframe>
-{% endblock %}
-
-{% block event_detail_sharebuttons %}
-{% endblock %}
-
-{% if event.location %}
-{% block event_detail_location %}
+    <iframe width="100%" height="680px" scrolling="auto" src="{{ shop_url }}{{ event.external_id }}" frameborder="0" allowfullscreen=""></iframe>
 {% endblock %}
-{% endif %}