mirror of
https://github.com/ae-utbm/sith.git
synced 2026-03-13 15:15:03 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6649b8ec57 | ||
|
|
1c101d4b28 |
@@ -68,6 +68,12 @@
|
||||
<template x-for="[key, value] in Object.entries(data)" :key="key">
|
||||
<input type="hidden" :name="key" :value="value">
|
||||
</template>
|
||||
<input type="checkbox" value="cgv" required>
|
||||
<label>
|
||||
{% trans trimmed %}I have read and accept {% endtrans %}
|
||||
<a href="">{% trans %}the general terms and conditions{% endtrans%}</a>
|
||||
{%trans%}of the student assosiation of UTBM{% endtrans %}</label>
|
||||
<br>
|
||||
<input
|
||||
x-cloak
|
||||
type="submit"
|
||||
@@ -93,6 +99,12 @@
|
||||
{% else %}
|
||||
<form method="post" action="{{ url('eboutic:pay_with_sith', basket_id=basket.id) }}" name="sith-pay-form">
|
||||
{% csrf_token %}
|
||||
<input type="checkbox" value="cgv" required>
|
||||
<label>
|
||||
{% trans trimmed %}I have read and accept {% endtrans %}
|
||||
<a href="">{% trans %}the general terms and conditions{% endtrans%}</a>
|
||||
{%trans%}of the student assosiation of UTBM{% endtrans %}</label>
|
||||
<br>
|
||||
<input class="btn btn-blue" type="submit" value="{% trans %}Pay with Sith account{% endtrans %}"/>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
@@ -4053,6 +4053,18 @@ msgstr ""
|
||||
msgid "You can't buy a refilling with sith money"
|
||||
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 conditions"
|
||||
msgstr "les conditions générales de vente"
|
||||
|
||||
#: eboutic/views.py
|
||||
msgid "of the student assosiation of UTBM"
|
||||
msgstr "de l'Association des étudiants de l'UTBM"
|
||||
|
||||
#: election/forms.py
|
||||
msgid "You have selected too many candidates."
|
||||
msgstr "Vous avez sélectionné trop de candidats."
|
||||
|
||||
Reference in New Issue
Block a user