mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
{{ alias.email }} has been transferred.
|
|
|
|
Your (previously) alias {{ alias.email }} has been received by another user.
|
|
{% endblock %}
|