feat: changed TPV behaviour
This commit is contained in:
+3
-2
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user