Fix activation email

This commit is contained in:
cuom1999 2024-03-22 19:58:00 -05:00
parent d0d6b1e4f9
commit 680de724ba

View file

@ -4,6 +4,7 @@
{% set username = user.get_username() %}
{% set button_text = _("Activate") %}
{% set domain = site.domain %}
{% set protocol = "https" if request.is_secure() else "http" %}
{% include "general_email.html" %}
<br>
{{_("Alternatively, you can reply to this message to activate your account. Your reply must keep the following text intact for this to work:")}}