diff --git a/plinth/modules/email_server/templates/email_alias.html b/plinth/modules/email_server/templates/email_alias.html index 7cbed7efd..2298aeeb8 100644 --- a/plinth/modules/email_server/templates/email_alias.html +++ b/plinth/modules/email_server/templates/email_alias.html @@ -10,7 +10,7 @@

{% trans 'Manage Aliases' %}

- {% if no_alias %} + {% if not list_form.fields.aliases.choices %}

{% trans "You have no email aliases." %}

{% else %}
@@ -18,12 +18,12 @@ {{ list_form|bootstrap }} - - + + + value="{% trans 'Delete' %}">
{% endif %}