Skip to content
Snippets Groups Projects
Commit f8e66e2a authored by ratyann's avatar ratyann
Browse files

fix errors

parent 7661cb45
No related branches found
No related tags found
Loading
Pipeline #14197 passed
......@@ -38,7 +38,7 @@
</div>
<p class="mb-1">Description</p>
<small>Current bid</small>
<div class="row"><button class="col-md-2" onclick="bid()">Bid</button><form class="col-md-4"><input id="bid" type="hidden" min="{{starting price}}" /></form></div>
<div class="row"><button class="col-md-2" onclick="bid()">Bid</button><form method="post" action="#" class="col-md-4"><input id="bid" type="hidden" min="{{starting price}}" /></form></div>
</a>
</div>
<!--end for-->
......
......@@ -101,7 +101,7 @@ def adding_successful():
return "Item added successfully"
@bp.route("/listBid")
def index():
def list_bid():
"""
listBid page.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment