diff --git a/project/templates/authorization/confirm_email.html b/project/templates/authorization/confirm_email.html index 8b1332d0..cbe340dc 100644 --- a/project/templates/authorization/confirm_email.html +++ b/project/templates/authorization/confirm_email.html @@ -36,6 +36,9 @@ {% trans "Please confirm your email address to complete the registration:" %} https://{{ country_code }}.{{ domain_uri }}/registered/{{ uidb64 }}/{{ token }}/
+ {% trans "If you use the mobile app, enter the following code in the form:" %} + {{ token }} +
{% trans "Thanks for using our site!" %}

{% blocktrans %}The {{ site_name }} team{% endblocktrans %}