14 lines
313 B
Django/Jinja
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 %}
|