parent
af8a26ce71
commit
ae7175f501
@ -1,5 +1,8 @@ |
|||||||
{% autoescape off %} |
{% autoescape off %} |
||||||
Hi {{ user.username }}, |
Bonjour {{ user.username }} ! |
||||||
Please click on the link to confirm your registration, |
|
||||||
|
Veuillez cliquer sur le lien suivant pour activer votre compte: |
||||||
http://{{ domain }}{% url 'activate' uidb64=uid token=token %} |
http://{{ domain }}{% url 'activate' uidb64=uid token=token %} |
||||||
|
|
||||||
|
A tout de suite sur Padel Club |
||||||
{% endautoescape %} |
{% endautoescape %} |
||||||
Loading…
Reference in new issue