backups: Remove unnecessary use of subsubmenu template

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-10-01 19:38:30 -07:00 committed by James Valleroy
parent ec407bfd26
commit 6af30c40b4
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{% extends "app-subsubmenu.html" %}
{% extends "app.html" %}
{% comment %}
#
# This file is part of FreedomBox.

View File

@ -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 %}
<h3>{{ title }}</h3>
<form class="form" method="post">
{% csrf_token %}

View File

@ -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 %}
<h3>{{ title }}</h3>
<p>
{% blocktrans %}