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 %}