witten
/
luminotes
Archived
1
0
Fork 0

For now, linking front page screenshot image to download page instead of tour.

This commit is contained in:
Dan Helfman 2008-09-11 13:28:24 -07:00
parent 8e275cdbcd
commit 3a03689677
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Front_page( Product_page ):
Div(
A(
Img( src = u"/static/images/screenshot_small.png", width = u"400", height = u"308" ),
href = u"/tour",
href = u"/download",
),
class_ = u"front_screenshot",
),