From 7b554e477831541283019c8b64269f8c5a01c483 Mon Sep 17 00:00:00 2001 From: Guillaume Bertholon Date: Sat, 28 Mar 2020 14:08:48 +0100 Subject: [PATCH] Corrige les chemins vers jquery pour sitecof --- gestioncof/cms/templates/cofcms/cof_actu_index_page.html | 2 +- gestioncof/cms/templates/cofcms/cof_directory_page.html | 2 +- gestioncof/cms/templates/cofcms/cof_root_page.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gestioncof/cms/templates/cofcms/cof_actu_index_page.html b/gestioncof/cms/templates/cofcms/cof_actu_index_page.html index a6a909db..7a6e1c7c 100644 --- a/gestioncof/cms/templates/cofcms/cof_actu_index_page.html +++ b/gestioncof/cms/templates/cofcms/cof_actu_index_page.html @@ -3,7 +3,7 @@ {% block extra_head %} {{ block.super }} - + {% endblock %} diff --git a/gestioncof/cms/templates/cofcms/cof_directory_page.html b/gestioncof/cms/templates/cofcms/cof_directory_page.html index 6ac5491b..8fe69bc5 100644 --- a/gestioncof/cms/templates/cofcms/cof_directory_page.html +++ b/gestioncof/cms/templates/cofcms/cof_directory_page.html @@ -3,7 +3,7 @@ {% block extra_head %} {{ block.super }} - + {% endblock %} {% block aside_title %}Accès rapide{% endblock %} diff --git a/gestioncof/cms/templates/cofcms/cof_root_page.html b/gestioncof/cms/templates/cofcms/cof_root_page.html index 984b72dc..141ab8e2 100644 --- a/gestioncof/cms/templates/cofcms/cof_root_page.html +++ b/gestioncof/cms/templates/cofcms/cof_root_page.html @@ -4,7 +4,7 @@ {% block extra_head %} {{ block.super }} - + {% endblock %}