]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/feed.py
New "action prepared" version of the sx importer.
[osqa.git] / forum / feed.py
index 4017d61e35eec34146b2da441181ee23faf1a03b..0f8deaec3cfba590bb02d26a4130727498035c91 100644 (file)
@@ -13,9 +13,9 @@
 from django.contrib.syndication.feeds import Feed, FeedDoesNotExist
 from django.utils.translation import ugettext as _
 from models import Question
-from django.conf import settings
+from forum import settings
 class RssLastestQuestionsFeed(Feed):
-    title = str(settings.APP_TITLE) + _(' - ')+ _('latest questions')
+    title = settings.APP_TITLE + _(' - ')+ _('latest questions')
     link = settings.APP_URL #+ '/' + _('question/')
     description = settings.APP_DESCRIPTION
     #ttl = 10