|
|
|
|
@ -4,11 +4,7 @@ |
|
|
|
|
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. |
|
|
|
|
<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 %} |
|
|
|
|
|