feat: added new settings and styling
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
{% for cart_item in cart.items.all %}
|
||||
<div>
|
||||
<a href="#"
|
||||
<a href="{% url 'web:product_detail' pk=cart_item.product.pk slug=cart_item.product.slug %}"
|
||||
class="truncate text-sm font-semibold leading-none text-gray-900 dark:text-white hover:underline">
|
||||
{{ cart_item.product.name }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user