docserver/resources/templates/reset_password_mail.txt.j2
2023-08-14 23:33:21 +00:00

14 lines
313 B
Django/Jinja

{{email_subject | default (value="")}} \r\n
{{email_body | default (value="")}} \r\n
{% if reset_key and reset_key != "" %}
Use this link: {{reset_url | default (value="/reset")}}/{{reset_key | urlencode_strict}} \r\n
{% if reset_expiration %}
Available for {{reset_expiration}} \r\n
{% endif %}
{% endif %}