diff --git a/plinth/modules/dynamicdns/templates/dynamicdns.html b/plinth/modules/dynamicdns/templates/dynamicdns.html index 79f494ece..b6a372460 100644 --- a/plinth/modules/dynamicdns/templates/dynamicdns.html +++ b/plinth/modules/dynamicdns/templates/dynamicdns.html @@ -5,6 +5,7 @@ {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block extra_content %}

{% trans "Domains" %}

@@ -12,7 +13,7 @@
- + {% icon 'plus' %} {% trans 'Add Domain' %}
@@ -72,14 +73,14 @@ title="{% blocktrans trimmed with domain=domain.domain %} Edit domain {{ domain }} {% endblocktrans %}"> - + {% icon 'pencil-square-o' %} - + {% icon 'trash' %}