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


"Product: " deleted

Co-authored-by: Jacek Ostański <[email protected]>
  • Loading branch information
michalkrzem and jacoor authored Dec 13, 2023
1 parent bc24561 commit 0fc892b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3 class="mb-4">Twój koszyk</h3>
{% for item in cart %}
<div class="card mb-5">
<div class="card-body">
<h5 class="card-title">Produkt: {{ item.product }}</h5>
<h5 class="card-title">{{ item.product }}</h5>
<p class="card-text">Cena jednostkowa: {{ item.price }}</p>
<p class="card-text">Całkowity koszt: {{ item.subtotal }}</p>
<div class="row align-items-center">
Expand Down

0 comments on commit 0fc892b

Please sign in to comment.