Fix activation email
This commit is contained in:
parent
d0d6b1e4f9
commit
680de724ba
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
{% set username = user.get_username() %}
|
{% set username = user.get_username() %}
|
||||||
{% set button_text = _("Activate") %}
|
{% set button_text = _("Activate") %}
|
||||||
{% set domain = site.domain %}
|
{% set domain = site.domain %}
|
||||||
|
{% set protocol = "https" if request.is_secure() else "http" %}
|
||||||
{% include "general_email.html" %}
|
{% include "general_email.html" %}
|
||||||
<br>
|
<br>
|
||||||
{{_("Alternatively, you can reply to this message to activate your account. Your reply must keep the following text intact for this to work:")}}
|
{{_("Alternatively, you can reply to this message to activate your account. Your reply must keep the following text intact for this to work:")}}
|
||||||
|
|
Loading…
Reference in a new issue