Browse Source

Fix illyse feed url

Fabs 10 years ago
parent
commit
1ec35c7ba8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/settings.py

+ 1 - 1
coin/settings.py

@@ -252,7 +252,7 @@ SESSION_COOKIE_AGE = 7200
 
 # RSS/Atom feeds to display on dashboard
 # feed name (used in template), url, max entries to display
-FEEDS = (('isp', 'http://www.illysenet/feed/', 3),
+FEEDS = (('isp', 'http://www.illyse.net/feed/', 3),
          ('ffdn', 'http://www.ffdn.org/fr/rss.xml', 3))
 
 # Surcharge les paramètres en utilisant le fichier settings_local.py