From 9b480f583e2d514fa11d7c56002c135f849c2007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 7 Nov 2016 09:54:56 +0100 Subject: [PATCH] don't include news in the backoffice homescreen sidebar (#13880) This hasn't been in use for ages. (this effectively reverts aa18beb55c1df675c5f8ef3c681965c9f2ac4d50 (#1681)) --- extra/auquotidien.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extra/auquotidien.py b/extra/auquotidien.py index 5722008..44a9cd1 100644 --- a/extra/auquotidien.py +++ b/extra/auquotidien.py @@ -22,10 +22,6 @@ import modules.abelium_domino_synchro get_publisher_class().register_translation_domain('auquotidien') get_publisher_class().default_configuration_path = 'au-quotidien-wcs-settings.xml' -get_publisher_class().backoffice_feed_url = { - 'fr': 'http://www.au-quotidien.com/fr/backoffice.atom' -} - rdb = get_publisher_class().backoffice_directory_class -- 2.10.2