mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
[PARTENARIAT] Partenariat Eurockéennes (#663)
This commit is contained in:
parent
b9298792ae
commit
c436d39014
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -2,13 +2,10 @@ name: Sith 3 CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [master, taiste]
|
||||||
- master
|
|
||||||
- taiste
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches: [master, taiste]
|
||||||
- master
|
workflow_dispatch:
|
||||||
- taiste
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
black:
|
black:
|
||||||
|
1
.github/workflows/taiste.yml
vendored
1
.github/workflows/taiste.yml
vendored
@ -3,6 +3,7 @@ name: Sith3 taiste
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [taiste]
|
branches: [taiste]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deployment:
|
deployment:
|
||||||
|
@ -90,6 +90,24 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% 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 priority_groups in products|groupby('priority')|reverse %}
|
||||||
{% for category, items in priority_groups.list|groupby('category') %}
|
{% for category, items in priority_groups.list|groupby('category') %}
|
||||||
{% if items|count > 0 %}
|
{% if items|count > 0 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user