mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
36547bd82d
* rename file * update wording when adding mailbox * rename
11 lines
206 B
Django/Jinja
11 lines
206 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}}
|
|
{% endblock %}
|