witten
/
luminotes
Archived
1
0
Fork 0

Not display "30-day free trial" under free plan signup button!

This commit is contained in:
Dan Helfman 2009-01-02 15:50:09 -08:00
parent 29c08833d9
commit 677ede81b4
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ class Upgrade_page( Product_page ):
) or None,
class_ = u"subscribe_button_area",
),
( user.rate_plan == 0 ) and Div( "30-day free trial", class_ = u"small_text" ) or None,
Div( ( user.rate_plan == 0 and index > 0 ) and "30-day free trial" or u" ", class_ = u"small_text" ),
class_ = ( index == self.FOCUSED_PLAN and u"focused_feature_value" or u"" ),
) for ( index, plan ) in enumerate( rate_plans ) ],
)