summaryrefslogtreecommitdiff
path: root/chimere/rss/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/rss/urls.py')
-rw-r--r--chimere/rss/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/rss/urls.py b/chimere/rss/urls.py
index 9c841c8..e5e9a24 100644
--- a/chimere/rss/urls.py
+++ b/chimere/rss/urls.py
@@ -24,7 +24,7 @@ from django.conf.urls.defaults import *
from chimere.rss.feeds import LatestPOIsByCategory, LatestPOIsBySubCategory, \
LatestPOIs, LatestPOIsByZone, LatestPOIsByZoneID
-from chimere.urls import BASE, EXTRA
+from chimere.urls import EXTRA_NO_AREA as EXTRA
feeds = {
'category': LatestPOIsByCategory,