fix marketdata again
This commit is contained in:
@ -11,14 +11,14 @@
|
||||
</head>
|
||||
<body>
|
||||
<!--************************ HEADER ****************-->
|
||||
<logo><a href="index.html">SeatStock</a></logo>
|
||||
<logo><a href="/">SeatStock</a></logo>
|
||||
{% if session %}
|
||||
<signinButton><a href="logout">({{ session.userinfo.name }}) Sign Out</a></signinButton>
|
||||
{% else %}
|
||||
<signinButton><a href="login">Sign In</a></signinButton>
|
||||
{% endif %}
|
||||
<faqButton><a href="static/FAQ.html">How it Works</a></faqButton>
|
||||
<tixButton><a href="tickets.html">My Tickets</a></tixButton>
|
||||
<faqButton><a href="FAQ">How it Works</a></faqButton>
|
||||
<tixButton><a href="tickets">My Tickets</a></tixButton>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user