From 19e244f152e2a4b26fdba9e7ee233603c19ac0ec Mon Sep 17 00:00:00 2001 From: Prachi Srivastava Date: Mon, 21 Jan 2019 12:40:39 +0530 Subject: [PATCH] networks: remove unused html Signed-off-by: Prachi Srivastava Reviewed-by: Sunil Mohan Adapa --- .../networks/templates/connections_add.html | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 plinth/modules/networks/templates/connections_add.html diff --git a/plinth/modules/networks/templates/connections_add.html b/plinth/modules/networks/templates/connections_add.html deleted file mode 100644 index 99eef9387..000000000 --- a/plinth/modules/networks/templates/connections_add.html +++ /dev/null @@ -1,41 +0,0 @@ -{% extends "base.html" %} -{% comment %} -# -# This file is part of FreedomBox. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -{% endcomment %} - -{% load bootstrap %} -{% load i18n %} - -{% block content %} - -
- {% csrf_token %} - - {{ form|bootstrap }} - - -
- -{% endblock %} - -{% block page_js %} - -{% endblock %}