diff options
Diffstat (limited to 'chimere/main/actions.py')
| -rw-r--r-- | chimere/main/actions.py | 2 | 
1 files changed, 0 insertions, 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')), []),) | 
