witten
/
luminotes
Archived
1
0
Fork 0

"Get two months free..." subtitled now broken out from table.

This commit is contained in:
Dan Helfman 2008-12-30 22:00:15 -08:00
parent 2301bbff15
commit e0b0763b3e
1 changed files with 4 additions and 5 deletions

View File

@ -220,12 +220,11 @@ class Upgrade_page( Product_page ):
P(
A( name = "yearly" ),
Div(
u"Get two months free with a yearly subscription!",
class_ = u"upgrade_subtitle",
),
Table(
Tr( Td(
u"Get two months free with a yearly subscription!",
class_ = u"upgrade_subtitle",
colspan = u"%d" % len( rate_plans ),
), colspan = u"%d" % len( rate_plans ) ),
self.fee_row( rate_plans, yearly = True ),
self.spacer_row( rate_plans ),
Tr(