diff --git a/plinth/modules/email/templates/email.html b/plinth/modules/email/templates/email.html index d0ff370c4..b44163d37 100644 --- a/plinth/modules/email/templates/email.html +++ b/plinth/modules/email/templates/email.html @@ -4,11 +4,12 @@ {% endcomment %} {% load i18n %} +{% load plinth_extras %} {% block subsubmenu %} {% trans "Manage Spam" %} - + {% icon 'external-link' %} @@ -34,7 +35,7 @@ {{ domain }} - {% if domain == primary_domain %}
{% endif %} + {% if domain == primary_domain %}{% icon 'tag' %}{% endif %} {% endfor %}