mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
An email has been sent to the alias {{alias}} that would be created automatically as you own the domain {{domain}}.
|
|
|
|
However you have reached the alias limit in your current plan, this creation cannot happen.
|
|
|
|
Please upgrade to premium plan in order to use this feature.
|
|
{% endblock %}
|