diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da2bf91f..7cd386d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,10 @@ name: Sith 3 CI on: push: - branches: - - master - - taiste + branches: [master, taiste] pull_request: - branches: - - master - - taiste + branches: [master, taiste] + workflow_dispatch: jobs: black: diff --git a/.github/workflows/taiste.yml b/.github/workflows/taiste.yml index 47cf853c..83cab1d6 100644 --- a/.github/workflows/taiste.yml +++ b/.github/workflows/taiste.yml @@ -2,7 +2,8 @@ name: Sith3 taiste on: push: - branches: [ taiste ] + branches: [taiste] + workflow_dispatch: jobs: deployment: diff --git a/eboutic/templates/eboutic/eboutic_main.jinja b/eboutic/templates/eboutic/eboutic_main.jinja index 529fd067..3493742e 100644 --- a/eboutic/templates/eboutic/eboutic_main.jinja +++ b/eboutic/templates/eboutic/eboutic_main.jinja @@ -90,6 +90,24 @@ {% endif %} +
+
+

Partenariat Eurockéenes

+
+ {% if user.is_subscribed %} + Billetterie Weezevent + + {% else %} +
Vous devez être cotisant pour accéder à la billeterie des Eurockéennes
+ {% endif %} +
+
+ {% for priority_groups in products|groupby('priority')|reverse %} {% for category, items in priority_groups.list|groupby('category') %} {% if items|count > 0 %}