Skip to content

Commit

Permalink
Remove eurocks tickets from eboutic (event is finished)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juknum committed Oct 10, 2023
1 parent 321cb72 commit f41ff28
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions eboutic/templates/eboutic/eboutic_main.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -90,24 +90,6 @@
</div>
{% endif %}

<section>
<div class="category-header">
<h3>Partenariat Eurockéenes</h3>
<br>
{% if user.is_subscribed %}
<a title="Logiciel billetterie en ligne"
href="https://widget.weezevent.com/ticket/6e2917c4-03bf-42b4-aebb-27ee8353b022?id_evenement=1013910&locale=fr-FR&code=11855"
class="weezevent-widget-integration" target="_blank"
data-src="https://widget.weezevent.com/ticket/6e2917c4-03bf-42b4-aebb-27ee8353b022?id_evenement=1013910&locale=fr-FR&code=11855"
data-width="650" data-height="600" data-resize="1" data-nopb="0" data-type="neo" data-width_auto="1"
data-noscroll="0" data-id="1013910">Billetterie Weezevent</a>
<script type="text/javascript" src="https://widget.weezevent.com/weez.js" async defer></script>
{% else %}
<div>Vous devez être cotisant pour accéder à la billeterie des Eurockéennes</div>
{% endif %}
</div>
</section>

{% for priority_groups in products|groupby('priority')|reverse %}
{% for category, items in priority_groups.list|groupby('category') %}
{% if items|count > 0 %}
Expand Down

0 comments on commit f41ff28

Please sign in to comment.