From d56710bf78111b76cab222059fe37939a0ac3fd1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 29 Jul 2008 14:04:07 -0700 Subject: [PATCH] "Sign up for free" hook no longer shows up on sign up page itself. --- view/Link_area.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/Link_area.py b/view/Link_area.py index 21a9609..60610c6 100644 --- a/view/Link_area.py +++ b/view/Link_area.py @@ -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"",