this was causing googlebot crawl errors

pull/1/head
eric 2013-03-09 11:52:42 -05:00
parent 861d8355b3
commit 22b17d08fa
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class SupporterWishlistFeed(Feed):
return "Latest wishbooks for %s on unglue.it" % obj.username
def link(self, obj):
return "/%s/feed/" % obj.username
return "/supporter/%s/feed/" % obj.username
def item_title(self, item):
return "%s" % item.title