Skip to content

Commit

Permalink
Update Dshop/apps/products_catalogue/templates/products_catalogue/car…
Browse files Browse the repository at this point in the history
…t_detail.html


Całkowity koszt modified

Co-authored-by: Jacek Ostański <[email protected]>
  • Loading branch information
michalkrzem and jacoor authored Dec 13, 2023
1 parent 5c55fdd commit 3b45355
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3 class="mb-4">Twój koszyk</h3>
<div class="card-body">
<h5 class="card-title">{{ item.product }}</h5>
<p class="card-text">Cena: {{ item.price }}</p>
<p class="card-text">Całkowity koszt: {{ item.subtotal }}</p>
<p class="card-text">Suma: {{ item.subtotal }}</p>
<div class="row align-items-center">
<div class="col-md-1">
<form action="{% url 'delete_one_cart_item' item.product.slug item.id 1 %}" method="post">
Expand Down

0 comments on commit 3b45355

Please sign in to comment.