Compare commits

..

2 Commits

Author SHA1 Message Date
R-Murod a7c85108ab Merge branch 'main' of https://git.myterior.kz/murod_bts/django_magazine 2024-01-19 11:12:09 +06:00
R-Murod 60337d6be8 fixed shop.html 2024-01-19 11:11:30 +06:00
1 changed files with 2 additions and 3 deletions

View File

@ -99,14 +99,13 @@
<span>Новый</span>
</div>
{% endif %}
<a href="{{product.get_prodcut_details_url}}"><img style="border-radius: 50%;" src="{{product.image.url}}" alt="Product Title" /></a>
<a href="{{product.get_product_details_url}}"><img style="border-radius: 50%;" src="{{product.image.url}}" alt="Product Title" /></a>
{% comment %} <div class="actions-btn">
<a style="margin-left:20px" href="{% url 'cart:add_cart' product.id %}"><i class="mdi mdi-cart"></i></a>
<a href="{{product.get_prodcut_details_url}}"><i class="mdi mdi-eye"></i></a>
<a href="{{product.get_product_details_url}}"><i class="mdi mdi-eye"></i></a>
</div> {% endcomment %}
</div>
<div class="product-dsc">
<p><a style="color:#d99879" href="{{product.get_prodcut_details_url}}">{{product.name}}</a></p>
<span style="color:#3b3b3b">{{product.price}} тг</span><br><br>
<div style="font-size:16px" class="rating-star">