diff --git a/later42/templates/email_activation.html b/later42/templates/email_activation.html
index 179e6d0..392ba21 100644
--- a/later42/templates/email_activation.html
+++ b/later42/templates/email_activation.html
@@ -1,5 +1,5 @@
 {% autoescape off %}
 Привет, {{ user.username }}.
 Ссылка для активации аккаунта:
-http://{{ domain }}{% url 'activate' uidb64=uid token=token %}
+https://{{ domain }}{% url 'activate' uidb64=uid token=token %}
 {% endautoescape %}
\ No newline at end of file