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:
Sunil Mohan Adapa 2021-10-12 11:42:23 -07:00 committed by James Valleroy
parent 8ac0751f5b
commit b20d5a96c3
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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 %}