X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/9ad0df49c7b73298dd496244866a04aa60bbe6d4..e4f4d7b5732b2e9e31f72c8ae94760ca1f6e1a8d:/forum/feed.py diff --git a/forum/feed.py b/forum/feed.py index e4b929e..0a08825 100644 --- a/forum/feed.py +++ b/forum/feed.py @@ -15,7 +15,7 @@ from django.utils.translation import ugettext as _ from models import Question from django.conf import settings class RssLastestQuestionsFeed(Feed): - title = settings.APP_TITLE + _(' - ')+ _('latest questions') + title = str(settings.APP_TITLE) + _(' - ')+ _('latest questions') link = settings.APP_URL #+ '/' + _('question/') description = settings.APP_DESCRIPTION #ttl = 10