From 3be15a87e6d59ab75ee03837058d7cd161f9931e Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 30 Jan 2019 16:38:21 -0800 Subject: [PATCH] backups: Move subsubmenu below description Closes: #1466. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/backups/templates/backups.html | 10 ++-------- plinth/templates/service-subsubmenu.html | 1 - 2 files changed, 2 insertions(+), 9 deletions(-) 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 %} -