diff --git a/plinth/modules/snapshot/templates/snapshot_manage.html b/plinth/modules/snapshot/templates/snapshot_manage.html index 643e2f0cf..2b88fb487 100644 --- a/plinth/modules/snapshot/templates/snapshot_manage.html +++ b/plinth/modules/snapshot/templates/snapshot_manage.html @@ -6,6 +6,7 @@ {% load bootstrap %} {% load i18n %} {% load static %} +{% load plinth_extras %} {% block page_js %} @@ -58,8 +59,7 @@ title="{% blocktrans trimmed with number=snapshot.number %} Rollback to snapshot #{{ number }} {% endblocktrans %}"> - + {% icon 'repeat' %} diff --git a/plinth/modules/snapshot/templates/snapshot_not_supported.html b/plinth/modules/snapshot/templates/snapshot_not_supported.html index 9fb46a5df..9441b970f 100644 --- a/plinth/modules/snapshot/templates/snapshot_not_supported.html +++ b/plinth/modules/snapshot/templates/snapshot_not_supported.html @@ -5,11 +5,12 @@ {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block configuration %}
- + {% icon 'exclamation-triangle' %} {% trans "Caution:" %}