witten
/
luminotes
Archived
1
0
Fork 0

Clicking the screenshot now displays a bigger version (again) instead of the tour.

This commit is contained in:
Dan Helfman 2008-03-05 21:10:10 +00:00
parent e7e6e7a7ba
commit 0828cea4ec
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ class Front_page( Product_page ):
Div(
A(
Img( src = u"/static/images/screenshot_small.png", width = u"400", height = u"291" ),
href = u"/take_a_tour",
href = u"/static/images/screenshot.png",
target = u"_new",
),
class_ = u"screenshot",
),