mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
5d6a4963a0
* remove proprietary mention * Add forum mention * Sync activation.txt with activation.html * Add subdomain information * Make info look better * Fix wording
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
Thank you for choosing SimpleLogin.
|
|
|
|
To get started, please confirm that {{email}} is your email address using this link {{activation_link}} within 1 hour.
|
|
|
|
If it wasn't you, maybe someone entered your email by mistake. In this case you can ignore this mail.
|
|
{% endblock %}
|