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