Update HelloAsso link
This commit is contained in:
parent
99a2134a57
commit
f7d52aa6da
|
@ -11,7 +11,7 @@ import requests
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
def handle(self, *args, **options): # noqa: C901
|
def handle(self, *args, **options): # noqa: C901
|
||||||
organization = "animath"
|
organization = "animath"
|
||||||
form_slug = "tfjmm-2018"
|
form_slug = "tfjm-2021"
|
||||||
from_date = "2000-01-01"
|
from_date = "2000-01-01"
|
||||||
url = f"https://api.helloasso.com/v5/organizations/{organization}/forms/Event/{form_slug}/payments" \
|
url = f"https://api.helloasso.com/v5/organizations/{organization}/forms/Event/{form_slug}/payments" \
|
||||||
f"?from={from_date}&pageIndex=1&pageSize=10000&retrieveOfflineDonations=false"
|
f"?from={from_date}&pageIndex=1&pageSize=10000&retrieveOfflineDonations=false"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
You can pay with a credit card through
|
You can pay with a credit card through
|
||||||
<a class="alert-link" href="https://www.helloasso.com/associations/animath/evenements/tfjmm-2018">our Hello Asso page</a>.
|
<a class="alert-link" href="https://www.helloasso.com/associations/animath/evenements/tfjm-2021">our Hello Asso page</a>.
|
||||||
To make the validation of the payment easier, <span class="text-danger">please use the same e-mail
|
To make the validation of the payment easier, <span class="text-danger">please use the same e-mail
|
||||||
address that you use on this platform.</span> The payment verification will be checked automatically
|
address that you use on this platform.</span> The payment verification will be checked automatically
|
||||||
under 10 minutes, you don't necessary need to fill this form.
|
under 10 minutes, you don't necessary need to fill this form.
|
||||||
|
|
|
@ -73,7 +73,7 @@ Si le paiement de plusieurs élèves est fait en une seule opération, merci de
|
||||||
\href{mailto: contact@tfjm.org}{contact@tfjm.org} \textbf{avant le paiement} pour garantir l'identification de ce dernier.
|
\href{mailto: contact@tfjm.org}{contact@tfjm.org} \textbf{avant le paiement} pour garantir l'identification de ce dernier.
|
||||||
|
|
||||||
\subsubsection*{Carte bancaire (uniquement les cartes françaises)}
|
\subsubsection*{Carte bancaire (uniquement les cartes françaises)}
|
||||||
Le paiement s'effectue en ligne via la plateforme à l'adresse : \url{https://www.helloasso.com/associations/animath/evenements/tfjmm-2021}
|
Le paiement s'effectue en ligne via la plateforme à l'adresse : \url{https://www.helloasso.com/associations/animath/evenements/tfjm-2021}
|
||||||
|
|
||||||
Vous devez impérativement indiquer dans le champ "Référence" la mention "TFJMpu" suivie des noms et prénoms \textbf{de l'élève}.
|
Vous devez impérativement indiquer dans le champ "Référence" la mention "TFJMpu" suivie des noms et prénoms \textbf{de l'élève}.
|
||||||
|
|
||||||
|
|
|
@ -1482,7 +1482,7 @@ msgstr ""
|
||||||
#: apps/registration/templates/registration/payment_form.html:17
|
#: apps/registration/templates/registration/payment_form.html:17
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can pay with a credit card through <a class=\"alert-link\" href="
|
"You can pay with a credit card through <a class=\"alert-link\" href="
|
||||||
"\"https://www.helloasso.com/associations/animath/evenements/tfjmm-2018\">our "
|
"\"https://www.helloasso.com/associations/animath/evenements/tfjmm-2021\">our "
|
||||||
"Hello Asso page</a>. To make the validation of the payment easier, <span "
|
"Hello Asso page</a>. To make the validation of the payment easier, <span "
|
||||||
"class=\"text-danger\">please use the same e-mail address that you use on "
|
"class=\"text-danger\">please use the same e-mail address that you use on "
|
||||||
"this platform.</span> The payment verification will be checked automatically "
|
"this platform.</span> The payment verification will be checked automatically "
|
||||||
|
@ -1490,7 +1490,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Vous pouvez payer par carte bancaire sur <a class=\"alert-link\" href="
|
"Vous pouvez payer par carte bancaire sur <a class=\"alert-link\" href="
|
||||||
"\"https://www.helloasso.com/associations/animath/evenements/"
|
"\"https://www.helloasso.com/associations/animath/evenements/"
|
||||||
"tfjmm-2018\">notre page Hello Asso</a>. Pour rendre la validation du "
|
"tfjmm-2021\">notre page Hello Asso</a>. Pour rendre la validation du "
|
||||||
"paiement plus facile, <span class=\"text-danger\">merci d'utiliser la même "
|
"paiement plus facile, <span class=\"text-danger\">merci d'utiliser la même "
|
||||||
"adresse e-mail que vous utilisez sur cette plateforme.</span> La "
|
"adresse e-mail que vous utilisez sur cette plateforme.</span> La "
|
||||||
"vérification du paiement sera faite automatiquement sous 10 minutes, vous "
|
"vérification du paiement sera faite automatiquement sous 10 minutes, vous "
|
||||||
|
|
Loading…
Reference in New Issue