From 03e6fe3ef61b7747a3fb220b7b1adb37a83da8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Fri, 20 Dec 2019 17:39:30 +0100 Subject: [PATCH 1/3] Default template for cof directory entries --- .../cms/templates/cofcms/cof_directory_entry_page.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gestioncof/cms/templates/cofcms/cof_directory_entry_page.html diff --git a/gestioncof/cms/templates/cofcms/cof_directory_entry_page.html b/gestioncof/cms/templates/cofcms/cof_directory_entry_page.html new file mode 100644 index 00000000..3e250a5f --- /dev/null +++ b/gestioncof/cms/templates/cofcms/cof_directory_entry_page.html @@ -0,0 +1,7 @@ +{% extends "cofcms/base.html" %} + +{% block content %} +

+ Comment t'es arrivé⋅e ici toi ? +

+{% endblock %} From 4580f8bf0fed5ea29ae872f42502c9672696b6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sun, 22 Dec 2019 23:55:01 +0100 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f10ca21c..269e5194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Liste des changements notables dans GestioCOF depuis la version 0.1 (septembre ### Problèmes corrigés +- Cliquer sur "visualiser" sur les pages de clubs dans wagtail ne provoque plus + d'erreurs 500. - L'historique des ventes des articles fonctionne à nouveau - Les montants en K-Fêt sont à nouveau affichés en UKF (et non en €). - Les boutons "afficher/cacher" des mails et noms des participant⋅e⋅s à un From 80188fa88d28b7384a759d7ab676090191da68aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Thu, 26 Dec 2019 23:31:42 +0100 Subject: [PATCH 3/3] CMS club page: redirection to parent page --- gestioncof/cms/templates/cofcms/cof_directory_entry_page.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gestioncof/cms/templates/cofcms/cof_directory_entry_page.html b/gestioncof/cms/templates/cofcms/cof_directory_entry_page.html index 3e250a5f..21090f25 100644 --- a/gestioncof/cms/templates/cofcms/cof_directory_entry_page.html +++ b/gestioncof/cms/templates/cofcms/cof_directory_entry_page.html @@ -1,5 +1,9 @@ {% extends "cofcms/base.html" %} +{% block extra_head %} + +{% endblock %} + {% block content %}

Comment t'es arrivé⋅e ici toi ?