mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
email_server: Add button for managing aliases
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
8ac0751f5b
commit
b20d5a96c3
@ -13,6 +13,10 @@
|
||||
href="{% url 'email_server:my_mail' %}">
|
||||
{% trans "Setup My Home" %}
|
||||
</a>
|
||||
<a class="btn btn-default" role="button"
|
||||
href="{% url 'email_server:aliases' %}">
|
||||
{% trans "Manage Aliases" %}
|
||||
</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block extra_content %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user