witten
/
luminotes
Archived
1
0
Fork 0

"Sign up for free" hook no longer shows up on sign up page itself.

This commit is contained in:
Dan Helfman 2008-07-29 14:04:07 -07:00
parent a1a663ff44
commit d56710bf78
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class Link_area( Div ):
id = u"notebooks_area"
),
( user.username is None ) and P(
( user.username is None and notebook_path != "/" ) and P(
A( u"Sign up for free", href = u"/pricing", class_ = u"hook_action" ),
class_ = u"hook_action_area",
separator = u"",