@@ -0,0 +1,7 @@
from django.urls import path
from backoffice.views import taxes
urlpatterns = [
path('', taxes.TaxListView.as_view(), name='tax_list'),
]
The note is not visible to the blocked user.