feat: changed TPV behaviour

This commit is contained in:
Pablo Moreno
2025-01-12 22:40:46 +01:00
parent fc0cdad246
commit a733325529
43 changed files with 1036 additions and 1100 deletions
+3 -2
View File
@@ -1,13 +1,14 @@
from django.urls import path
from django.conf.urls.i18n import i18n_patterns
from django.contrib.auth.decorators import login_required
from django.urls import path
from django.utils.text import gettext_lazy as _
from web.views.components import (
cart,
cart_dropdown,
list_products,
wishlist_button,
list_wishlisted_products,
wishlist_button,
)
from web.views.users import login, logout, my_account, register, reset_password
from web.views.web import (