From 8d2e2be7facd2ea3f0a682ff296f67ff015d5235 Mon Sep 17 00:00:00 2001 From: fonfon Date: Thu, 20 Nov 2014 04:41:25 +0100 Subject: [PATCH] removed unused template forms.html --- plinth/templates/form.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 plinth/templates/form.html diff --git a/plinth/templates/form.html b/plinth/templates/form.html deleted file mode 100644 index 22b069324..000000000 --- a/plinth/templates/form.html +++ /dev/null @@ -1,35 +0,0 @@ -{% extends "base.html" %} -{% comment %} -# -# This file is part of Plinth. -# -# 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 %} - -{% block main_block %} - -
- {% csrf_token %} - - {{ form|bootstrap }} - - - -
- -{% endblock %}