add missing trailing slash

This commit is contained in:
Andreas Zweili 2022-02-10 22:37:11 +01:00
parent 6ff44eb129
commit 47e75198fb
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ urlpatterns = [
views.DeviceInNetDeleteView.as_view(),
name='device_in_net_delete'),
path('warranties/', views.warranties_view, name='warranties'),
path('create/devices/category', views.htmx_create_device_cagetory,
path('create/devices/category/', views.htmx_create_device_cagetory,
name='device_category_create')
]