diff --git a/view/Front_page.py b/view/Front_page.py index 35cc7e5..7162b93 100644 --- a/view/Front_page.py +++ b/view/Front_page.py @@ -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", ),