From 6af30c40b4192c1dbdbea1ca93298f2fb6d8deaa Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 1 Oct 2019 19:38:30 -0700 Subject: [PATCH] backups: Remove unnecessary use of subsubmenu template Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/backups/templates/backups.html | 2 +- plinth/modules/backups/templates/backups_form.html | 6 ++++-- plinth/modules/backups/templates/backups_upload.html | 6 ++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/plinth/modules/backups/templates/backups.html b/plinth/modules/backups/templates/backups.html index 6b8558ab8..9668c4da1 100644 --- a/plinth/modules/backups/templates/backups.html +++ b/plinth/modules/backups/templates/backups.html @@ -1,4 +1,4 @@ -{% extends "app-subsubmenu.html" %} +{% extends "app.html" %} {% comment %} # # This file is part of FreedomBox. diff --git a/plinth/modules/backups/templates/backups_form.html b/plinth/modules/backups/templates/backups_form.html index 0d7999d3a..68c1df64c 100644 --- a/plinth/modules/backups/templates/backups_form.html +++ b/plinth/modules/backups/templates/backups_form.html @@ -1,4 +1,4 @@ -{% extends "app-subsubmenu.html" %} +{% extends "base.html" %} {% comment %} # # This file is part of FreedomBox. @@ -22,7 +22,9 @@ {% load i18n %} {% load static %} -{% block configuration %} +{% block content %} + +

{{ title }}

{% csrf_token %} diff --git a/plinth/modules/backups/templates/backups_upload.html b/plinth/modules/backups/templates/backups_upload.html index 319bdd964..7af35df67 100644 --- a/plinth/modules/backups/templates/backups_upload.html +++ b/plinth/modules/backups/templates/backups_upload.html @@ -1,4 +1,4 @@ -{% extends "app-subsubmenu.html" %} +{% extends "base.html" %} {% comment %} # # This file is part of FreedomBox. @@ -24,7 +24,9 @@ {% block page_head %} {% endblock %} -{% block configuration %} +{% block content %} + +

{{ title }}

{% blocktrans %}