From 596f54a0d7cce99bc1e6e923ccead56b91c5bbcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 21 Feb 2016 13:31:02 +0100 Subject: [PATCH] rename template used for the about section --- panikombo/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panikombo/misc.py b/panikombo/misc.py index 0fb9f9a..5d4e609 100644 --- a/panikombo/misc.py +++ b/panikombo/misc.py @@ -4,7 +4,7 @@ import collections COMBO_PUBLIC_TEMPLATES = collections.OrderedDict({ 'standard': { 'name': 'Section « À propos »', - 'template': 'combo/page_template.html', + 'template': 'combo/page_template_about.html', 'placeholders': { 'content': { 'name': 'Contenu', -- 2.39.2