Added floor_price to be displayed in auction.html

parent 251a4d81
...@@ -63,6 +63,7 @@ a{% extends 'boodlesite\templates\base.html' %} ...@@ -63,6 +63,7 @@ a{% extends 'boodlesite\templates\base.html' %}
<h4>Product Specifications</h4> <h4>Product Specifications</h4>
<p>{{ item_specs }}</p> <p>{{ item_specs }}</p>
<p> Starting at: PHP{{ item_floor_price }} </p>
</div> </div>
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#placeBidModal" <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#placeBidModal"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment