diff --git a/plinth/modules/ikiwiki/templates/ikiwiki_configure.html b/plinth/modules/ikiwiki/templates/ikiwiki_configure.html index 801838bef..2d2cf4adc 100644 --- a/plinth/modules/ikiwiki/templates/ikiwiki_configure.html +++ b/plinth/modules/ikiwiki/templates/ikiwiki_configure.html @@ -5,6 +5,7 @@ {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block configuration %} {{ block.super }} @@ -14,7 +15,7 @@
- + {% icon 'plus' %} {% trans 'Create Wiki or Blog' %}
@@ -36,8 +37,7 @@ class="btn btn-default btn-sm secondary" role="button" title="{% blocktrans with site=site.1 %}Delete site {{ site }}{% endblocktrans %}"> - + {% icon 'trash-o' %} {% endfor %}