fixing buy/sell buttons on frontend
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SeatStock</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="static/script.js"></script>
|
||||
<link rel="stylesheet" href="../static/style.css">
|
||||
<script src="../static/script.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
@ -32,7 +32,7 @@
|
||||
<form id="sell-Ticket" class="stuff" method="post">
|
||||
|
||||
<br>
|
||||
<img src="static/icons/stadiumicon.png" class="buy-stadium-icon"><br><br> <br>
|
||||
<img src="../static/icons/stadiumicon.png" class="buy-stadium-icon"><br><br> <br>
|
||||
<input type="text" id="price" placeholder="Price" required><br><br>
|
||||
|
||||
<input type="submit" class="submit-price" value="Submit">
|
||||
|
Reference in New Issue
Block a user