witten
/
luminotes
Archived
1
0
Fork 0

Disabling RSS feed for forums (for now) because URLs within feed are incorrect.

This commit is contained in:
Dan Helfman 2008-10-28 14:51:21 -07:00
parent da938a3313
commit b83bef9c81
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Link_area( Div ):
title = u"Subscribe to the RSS feed for the Luminotes blog.",
),
class_ = u"link_area_item",
) or ( updates_path and rate_plan.get( u"notebook_sharing" ) and Div(
) or ( updates_path and rate_plan.get( u"notebook_sharing" ) and ( not forum_tag ) and Div(
A(
u"subscribe to rss",
href = updates_path,