Skip to content

Commit

Permalink
Add All Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sinalalebakhsh committed Jul 19, 2024
1 parent 664c2b7 commit 90f6cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/templates/products/products_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</figure>
<div class="product-info">
<h3 class="product-title mb--15">
<a href="product-details.html">{{ product.title }}</a>
<a href="{{ product.get_absolute_url }}">{{ product.title }}</a>
</h3>
<div class="product-price-wrapper mb--30">
<span class="money">{{ product.price }} تومان</span>
Expand Down

0 comments on commit 90f6cf7

Please sign in to comment.