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.
16 lines
566 B
16 lines
566 B
<html>
|
|
<body>
|
|
{% autoescape off %}
|
|
Bienvenue {{ user.username }} !
|
|
|
|
<br><br>Veuillez cliquer sur le lien suivant pour activer votre compte:<br>
|
|
<a href="padelclub://{{ domain }}{% url 'activate' uidb64=uid token=token %}">Activer mon compte</a>
|
|
|
|
<br><br>Si le lien ne marche pas, cliquez <a href="http://{{ domain }}{% url 'activate' uidb64=uid token=token %}?next=index">ici</a>.
|
|
|
|
<br>Une fois votre compte activé, connectez-vous dans l'app.
|
|
|
|
<br><br>A tout de suite sur <a href="https://padelclub.app">Padel Club</a> !
|
|
{% endautoescape %}
|
|
</body>
|
|
</html>
|
|
|