mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
You have asked to change your email to {{new_email}}.
|
|
|
|
Your current email is {{current_email}}.
|
|
|
|
To confirm, please click on this link:
|
|
|
|
{{link}}
|
|
{% endblock %} |