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