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