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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user