diff --git a/plinth/modules/tiddlywiki/templates/tiddlywiki_configure.html b/plinth/modules/tiddlywiki/templates/tiddlywiki_configure.html index 75cb40b9d..bc103cf17 100644 --- a/plinth/modules/tiddlywiki/templates/tiddlywiki_configure.html +++ b/plinth/modules/tiddlywiki/templates/tiddlywiki_configure.html @@ -5,6 +5,7 @@ {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block configuration %} {{ block.super }} @@ -14,12 +15,12 @@
- + {% icon 'plus' %} {% trans 'Create Wiki' %} - + {% icon 'upload' %} {% trans 'Upload Wiki' %}
@@ -41,14 +42,14 @@ class="wiki-edit btn btn-default btn-sm secondary" role="button" title="{% blocktrans %}Rename wiki {{ wiki }}{% endblocktrans %}"> - + {% icon 'pencil-square-o' %} - + {% icon 'trash-o' %} {% endfor %}