diff --git a/plinth/modules/backups/templates/backups.html b/plinth/modules/backups/templates/backups.html index 196d52537..0472214e0 100644 --- a/plinth/modules/backups/templates/backups.html +++ b/plinth/modules/backups/templates/backups.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "service-subsubmenu.html" %} {% comment %} # # This file is part of FreedomBox. @@ -42,13 +42,7 @@ {% endblock %} -{% block content %} - -

{{ title }}

- - {% for paragraph in description %} -

{{ paragraph|safe }}

- {% endfor %} +{% block configuration %}

{% trans 'Existing backups' %}

diff --git a/plinth/templates/service-subsubmenu.html b/plinth/templates/service-subsubmenu.html index 304dcdebf..6b2fb17c1 100644 --- a/plinth/templates/service-subsubmenu.html +++ b/plinth/templates/service-subsubmenu.html @@ -60,4 +60,3 @@ {% endblock %} {% endblock %} -