From 06d7f0b9b66d1c3bdb7b5465ded88d03f23def70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 15 Jul 2016 19:41:42 +0200 Subject: [PATCH] remove obsolete and unused templates --- .../combo/compte-agglo-montpellier/footer-menu.html | 5 ----- .../combo/compte-agglo-montpellier/top-menu.html | 11 ----------- templates/combo/form.html | 11 ----------- templates/combo/form_fields.html | 11 ----------- templates/gadjo/base.html | 8 -------- 5 files changed, 46 deletions(-) delete mode 100644 templates/combo/compte-agglo-montpellier/footer-menu.html delete mode 100644 templates/combo/compte-agglo-montpellier/top-menu.html delete mode 100644 templates/combo/form.html delete mode 100644 templates/combo/form_fields.html delete mode 100644 templates/gadjo/base.html diff --git a/templates/combo/compte-agglo-montpellier/footer-menu.html b/templates/combo/compte-agglo-montpellier/footer-menu.html deleted file mode 100644 index fd109e3..0000000 --- a/templates/combo/compte-agglo-montpellier/footer-menu.html +++ /dev/null @@ -1,5 +0,0 @@ -{% for child in children %} - -{% endfor %} diff --git a/templates/combo/compte-agglo-montpellier/top-menu.html b/templates/combo/compte-agglo-montpellier/top-menu.html deleted file mode 100644 index baf1ddf..0000000 --- a/templates/combo/compte-agglo-montpellier/top-menu.html +++ /dev/null @@ -1,11 +0,0 @@ -{% load menu_tags %} -{% for child in children %} -
  • - {{ child.get_menu_title }} - {% if child.children %} - - {% endif %} -
  • -{% endfor %} diff --git a/templates/combo/form.html b/templates/combo/form.html deleted file mode 100644 index c2beb48..0000000 --- a/templates/combo/form.html +++ /dev/null @@ -1,11 +0,0 @@ -{% load i18n %} -
    - {% csrf_token %} - {% include "form_fields.html" with form=form %} - - - {% if not no_cancel_button %} - - {% endif %} -
    diff --git a/templates/combo/form_fields.html b/templates/combo/form_fields.html deleted file mode 100644 index 76b3a2d..0000000 --- a/templates/combo/form_fields.html +++ /dev/null @@ -1,11 +0,0 @@ - {{ form.non_field_errors }} - {% for field in form %} -
    - {{ field.errors }} - - {{ field }} - {% if field.help_text %} -

    {{ field.help_text }}

    - {% endif %} -
    - {% endfor %} diff --git a/templates/gadjo/base.html b/templates/gadjo/base.html deleted file mode 100644 index 4f87628..0000000 --- a/templates/gadjo/base.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "gadjo/root.html" %} - -{% block extrascripts %} -{% if manager_homepage_url %} - - -{% endif %} -{% endblock %}