mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-20 05:03:23 +00:00
[PARTENARIAT] Ajout vitrine d'achat billets eurockéennes 2023 (#582)
* Added eurocks links to eboutic
This commit is contained in:
parent
dd3ad42eb5
commit
b12e8dc147
@ -123,6 +123,19 @@
|
||||
{% else %}
|
||||
<p>{% trans %}There are no items available for sale{% endtrans %}</p>
|
||||
{% endfor %}
|
||||
|
||||
<h3>{% trans %}Partnership Eurockéennes 2023{% endtrans %}</h3>
|
||||
{% if user.is_subscribed %}
|
||||
<a title="Logiciel billetterie en ligne"
|
||||
href="https://widget.weezevent.com/ticket/a203b986-73b0-4e63-b18a-b7c8bad986b7?id_evenement=915745&locale=fr-FR&code=71348"
|
||||
class="weezevent-widget-integration" target="_blank"
|
||||
data-src="https://widget.weezevent.com/ticket/a203b986-73b0-4e63-b18a-b7c8bad986b7?id_evenement=915745&locale=fr-FR&code=71348"
|
||||
data-width="650" data-height="600" data-resize="1" data-nopb="0" data-type="neo" data-width_auto="1"
|
||||
data-noscroll="0" data-id="915745">Billetterie Weezevent</a>
|
||||
<script type="text/javascript" src="https://widget.weezevent.com/weez.js" async defer></script>
|
||||
{% else %}
|
||||
<div>{% trans %}You must be a contributor to access the Eurockéennes ticketing service.{% endtrans %}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user