DSatishchandra commited on
Commit
eba768a
·
verified ·
1 Parent(s): 2205603

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +1 -1
templates/cart.html CHANGED
@@ -147,7 +147,7 @@
147
  <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button>
148
  </div>
149
  </div>
150
-
151
  {% else %}
152
  <p class="text-center">Your cart is empty.</p>
153
  {% endfor %}
 
147
  <button class="btn btn-danger btn-sm" onclick="removeItemFromCart('{{ item.Name }}')">Remove</button>
148
  </div>
149
  </div>
150
+ {% endfor %}
151
  {% else %}
152
  <p class="text-center">Your cart is empty.</p>
153
  {% endfor %}