You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
padelclub_backend/tournaments/templates/tournaments/acc_active_email.html

12 lines
365 B

<html>
<body>
{% autoescape off %}
Bienvenue {{ user.username }} !
<br><br>Veuillez cliquer sur le lien suivant pour activer votre compte :<br>
<a href="https://{{ domain }}{% url 'activate' uidb64=uid token=token %}">Activer mon compte</a>
<br><br>À tout de suite sur <a href="https://padelclub.app">Padel Club</a> !
{% endautoescape %}
</body>
</html>