1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-22 01:58:24 +02:00

Send payment confirmation mail after payment, and send weekly reminders for people that have not paid

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-02-23 18:02:24 +01:00
parent 6a928ee35b
commit cae1c6fdb8
11 changed files with 92 additions and 106 deletions

View File

@ -9,7 +9,7 @@
<body>
<p>
{% trans "Hi" %} {{ user.registration }},
{% trans "Hi" %} {{ registration }},
</p>
<p>
@ -28,7 +28,7 @@
<ul>
<li>{% trans "Deadline to send the solutions:" %} {{ payment.tournament.solution_limit|date }}</li>
<li>{% trans "Problems draw:" %} {{ payment.tournament.solutions_draw|date }}</li>
<li>{% trans "Tournament dates:" %} {% trans "From" %} {{ payment.tournament.start|date }} {% trans "to" %} {{ payment.tournament.end|date }}</li>
<li>{% trans "Tournament dates:" %} {% trans "From" %} {{ payment.tournament.date_start|date }} {% trans "to" %} {{ payment.tournament.date_end|date }}</li>
</ul>
</p>