diff --git a/plinth/modules/backups/templates/backups.html b/plinth/modules/backups/templates/backups.html index 2a7aa5965..cf5393a4d 100644 --- a/plinth/modules/backups/templates/backups.html +++ b/plinth/modules/backups/templates/backups.html @@ -5,6 +5,7 @@ {% load i18n %} {% load static %} +{% load plinth_extras %} {% block page_head %} - + {% icon 'plus' %} {% trans 'Create Backup' %} - + {% icon 'upload' %} {% trans 'Upload and Restore' %} - + {% icon 'plus' %} {% trans 'Add Backup Location' %} - + {% icon 'plus' %} {% trans 'Add Remote Backup Location' %} diff --git a/plinth/modules/backups/templates/backups_add_remote_repository.html b/plinth/modules/backups/templates/backups_add_remote_repository.html index 83a7d7770..dc2a327a2 100644 --- a/plinth/modules/backups/templates/backups_add_remote_repository.html +++ b/plinth/modules/backups/templates/backups_add_remote_repository.html @@ -6,6 +6,7 @@ {% load bootstrap %} {% load i18n %} {% load static %} +{% load plinth_extras %} {% block page_js %}