mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
0ab53ad49a
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
14 lines
264 B
Django/Jinja
14 lines
264 B
Django/Jinja
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
Hi
|
|
|
|
You recently requested to change mailbox {{mailbox_email}} to {{mailbox_new_email}}
|
|
|
|
To confirm, please click on this link:
|
|
|
|
{{link}}
|
|
|
|
This link will only be valid during the next 15 minutes.
|
|
{% endblock %}
|