From b12e8dc147ed41c2232de38e53e49e858588d094 Mon Sep 17 00:00:00 2001
From: Julien Constant <49886317+Juknum@users.noreply.github.com>
Date: Thu, 9 Mar 2023 17:13:45 +0100
Subject: [PATCH] =?UTF-8?q?[PARTENARIAT]=20Ajout=20vitrine=20d'achat=20bil?=
=?UTF-8?q?lets=20eurock=C3=A9ennes=202023=20(#582)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Added eurocks links to eboutic
---
eboutic/templates/eboutic/eboutic_main.jinja | 13 +++++++++++++
locale/fr/LC_MESSAGES/django.po | 8 ++++++++
2 files changed, 21 insertions(+)
diff --git a/eboutic/templates/eboutic/eboutic_main.jinja b/eboutic/templates/eboutic/eboutic_main.jinja
index 529fd067..dd0df358 100644
--- a/eboutic/templates/eboutic/eboutic_main.jinja
+++ b/eboutic/templates/eboutic/eboutic_main.jinja
@@ -123,6 +123,19 @@
{% else %}
{% trans %}There are no items available for sale{% endtrans %}
{% endfor %}
+
+ {% trans %}Partnership Eurockéennes 2023{% endtrans %}
+ {% if user.is_subscribed %}
+ Billetterie Weezevent
+
+ {% else %}
+ {% trans %}You must be a contributor to access the Eurockéennes ticketing service.{% endtrans %}
+ {% endif %}
{% endblock %}
diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po
index 6cbc0b3a..bc9dccc4 100644
--- a/locale/fr/LC_MESSAGES/django.po
+++ b/locale/fr/LC_MESSAGES/django.po
@@ -6325,3 +6325,11 @@ msgstr "Vous ne pouvez plus écrire de commentaires, la date est passée."
#, python-format
msgid "Maximum characters: %(max_length)s"
msgstr "Nombre de caractères max: %(max_length)s"
+
+#: eboutic/templates/eboutic/eboutic_main.jinja:127
+msgid "Partnership Eurockéennes 2023"
+msgstr "Partenariat Eurockéennes 2023"
+
+#: eboutic/templates/eboutic/eboutic_main.jinja:137
+msgid "You must be a subscriber to access the Eurockéennes ticketing service."
+msgstr "Vous devez être cotisant pour pouvoir accéder à la billetterie des Eurockéennes."