From 00bb407ec50654ec4bbae9c859c3ff769a7be925 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 25 Aug 2011 12:47:24 +0200 Subject: Remove charte from basic actions (closes #296) --- chimere/main/actions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/chimere/main/actions.py b/chimere/main/actions.py index 3711234..6f82028 100644 --- a/chimere/main/actions.py +++ b/chimere/main/actions.py @@ -38,8 +38,6 @@ actions = [(Action('view', '', _('View')), []), if 'chimere.rss' in INSTALLED_APPS: actions.append((Action('rss', 'rss', _('RSS feeds')), [])) -actions.append((Action('charte', 'charte', _('Charte')), [])) - if EMAIL_HOST: actions.append((Action('contact', 'contact', _('Contact us')), []),) -- cgit v1.2.3