mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
11 lines
No EOL
213 B
Text
11 lines
No EOL
213 B
Text
{% 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 %} |