mirror of
https://github.com/ae-utbm/sith.git
synced 2026-06-04 23:29:24 +00:00
add button for general term and condition
This commit is contained in:
@@ -67,6 +67,12 @@
|
|||||||
<template x-for="[key, value] in Object.entries(data)" :key="key">
|
<template x-for="[key, value] in Object.entries(data)" :key="key">
|
||||||
<input type="hidden" :name="key" :value="value">
|
<input type="hidden" :name="key" :value="value">
|
||||||
</template>
|
</template>
|
||||||
|
<input type="checkbox" value="cgv" required>
|
||||||
|
<label>
|
||||||
|
{% trans trimmed %}I have read and accept {% endtrans %}
|
||||||
|
<a href="">{% trans %}the general terms and condition{% endtrans%}</a>
|
||||||
|
{%trans%}of the student assosiation of the UTBM{% endtrans %}</label>
|
||||||
|
<br>
|
||||||
<input
|
<input
|
||||||
x-cloak
|
x-cloak
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|||||||
@@ -4518,6 +4518,18 @@ msgstr "Panier disponible jusqu'à %(until)s"
|
|||||||
msgid "You can't buy a refilling with sith money"
|
msgid "You can't buy a refilling with sith money"
|
||||||
msgstr "Vous ne pouvez pas acheter un rechargement avec de l'argent du sith"
|
msgstr "Vous ne pouvez pas acheter un rechargement avec de l'argent du sith"
|
||||||
|
|
||||||
|
#: eboutic/views.py
|
||||||
|
msgid "I have read and accept"
|
||||||
|
msgstr "J'ai lu et j'accepte"
|
||||||
|
|
||||||
|
#: eboutic/views.py
|
||||||
|
msgid "the general terms and condition"
|
||||||
|
msgstr "les conditions générale de vente"
|
||||||
|
|
||||||
|
#: eboutic/views.py
|
||||||
|
msgid "of the student assosiation of the UTBM"
|
||||||
|
msgstr "de l'Association des étudiant de l'UTBM"
|
||||||
|
|
||||||
#: election/forms.py
|
#: election/forms.py
|
||||||
msgid "You have selected too many candidates."
|
msgid "You have selected too many candidates."
|
||||||
msgstr "Vous avez sélectionné trop de candidats."
|
msgstr "Vous avez sélectionné trop de candidats."
|
||||||
|
|||||||
Reference in New Issue
Block a user