plateforme-tfjm2/participation/templates/participation/mails/team_not_validated.html

23 lines
562 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Team not validated ETEAM</title>
</head>
<body>
Hi,<br/>
<br />
Unfortunately, your team "{{ team.name }}" ({{ team.trigram }}) has not been validated.
Please check that your authorisations are correctly filled in.
The organisers are sending you this message:<br />
<br />
{{ message }}<br />
<br />
Please contact us at <a href="mailto:eteam_moc@proton.me">eteam_moc@proton.me</a> if you need further information.
<br/>
Sincerely yours,<br/>
<br/>
The ETEAM team
</body>
</html>