Start on tour UI and make some small changes to the overall Quay UI

This commit is contained in:
Joseph Schorr 2014-04-29 00:45:42 -04:00
parent 654c50b90d
commit c244f367ba
9 changed files with 347 additions and 122 deletions

View file

@ -67,6 +67,13 @@ def guide():
return index('')
@web.route('/tour/')
@web.route('/tour/<path:path>')
@no_cache
def tour(path = ''):
return index('')
@web.route('/tutorial/')
@no_cache
def tutorial():