From c436d3901413d017a71202790f644ac6cb8b8470 Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Wed, 20 Sep 2023 17:57:26 +0200 Subject: [PATCH] =?UTF-8?q?[PARTENARIAT]=20Partenariat=20Eurock=C3=A9ennes?= =?UTF-8?q?=20(#663)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 9 +++------ .github/workflows/taiste.yml | 3 ++- eboutic/templates/eboutic/eboutic_main.jinja | 18 ++++++++++++++++++ 3 files changed, 23 insertions(+), 7 deletions(-) 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 %}