fix: email activation link
This commit is contained in:
parent
2dfb338133
commit
cf59847af1
@ -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 %}
|
Loading…
Reference in New Issue
Block a user