From: Frédéric Péters Date: Sun, 21 Feb 2016 12:31:02 +0000 (+0100) Subject: rename template used for the about section X-Git-Tag: v2021~50 X-Git-Url: https://git.0d.be/?p=django-panik-combo.git;a=commitdiff_plain;h=596f54a0d7cce99bc1e6e923ccead56b91c5bbcd rename template used for the about section --- 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',