11 lines
478 B
HTML
11 lines
478 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:" %}
|
|
|
|
<a href="https://{{ country_code }}.{{ domain_uri }}/registered/{{ uidb64 }}/{{ token }}/">Confirmation link.</a>
|
|
|
|
{% trans "Thanks for using our site!" %}
|
|
|
|
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
|
|
{% endautoescape %} |