fix: email activation link

This commit is contained in:
Silver Ghost 2022-10-25 18:08:01 +03:00
parent 2dfb338133
commit cf59847af1
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
{% autoescape off %} {% autoescape off %}
Привет, {{ user.username }}. Привет, {{ user.username }}.
Ссылка для активации аккаунта: Ссылка для активации аккаунта:
http://{{ domain }}{% url 'activate' uidb64=uid token=token %} https://{{ domain }}{% url 'activate' uidb64=uid token=token %}
{% endautoescape %} {% endautoescape %}