fix: cleanup

This commit is contained in:
2026-03-20 10:26:24 +01:00
parent 3960fdc679
commit 78f03e139f
24 changed files with 2917 additions and 900 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{% load i18n %}
<article class="rounded-lg border-primary p-6 shadow-sm">
<article class="card">
<a class="h-56 w-full" href="{% url 'web:product_detail' pk=product.pk slug=product.slug %}">
<img class="mx-auto h-full " src="{{ product.images.all.0.m.url }}" alt="{{ product.name }}"/>