10 lines
444 B
HTML
10 lines
444 B
HTML
{% load i18n %}{% autoescape off %}
|
|
{% blocktrans %}You're receiving this email because you trying to register new account at {{ site_name }}.{% endblocktrans %}
|
|
|
|
{% trans "Please confirm your email address to complete the registration:" %}
|
|
https://{{ country_code }}.{{ domain_uri }}/registered/{{ uidb64 }}/{{ token }}/
|
|
|
|
{% trans "Thanks for using our site!" %}
|
|
|
|
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
|
|
{% endautoescape %} |