diff --git a/plinth/modules/names/templates/names.html b/plinth/modules/names/templates/names.html index 607c2d440..4115bf1f7 100644 --- a/plinth/modules/names/templates/names.html +++ b/plinth/modules/names/templates/names.html @@ -5,6 +5,7 @@ {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block status %} {{ block.super }} @@ -31,7 +32,7 @@ {% if domain.domain_type.configuration_url %} - + {% icon 'wrench' %} {% trans "Configure" %} {% endif %} @@ -39,14 +40,14 @@ - + {% icon 'pencil-square-o' %} {% endif %} {% if domain.domain_type.delete_url %} - + {% icon 'trash-o' %} {% endif %} @@ -67,14 +68,14 @@ {% if domain_type.configuration_url %} - + {% icon 'wrench' %} {% trans "Configure" %} {% endif %} {% if domain_type.add_url %} - + {% icon 'plus' %} {% trans "Add" %} {% endif %} @@ -155,7 +156,7 @@ {% else %}
- + {% icon 'exclamation-triangle' %} {% trans "Caution:" %}