change ComputerCreateView URL

This commit is contained in:
Andreas Zweili 2020-02-27 22:01:26 +01:00
parent 5adbe849b3
commit 51f4571ce0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ urlpatterns = [
name='computer'),
path('computers/all/', views.ComputersFilterView.as_view(),
name='all_computers'),
path('computer/create/', views.ComputerCreateView.as_view(),
path('create/computer/', views.ComputerCreateView.as_view(),
name='computer_create'),
path('update/computer/<int:pk>/', views.ComputerUpdateView.as_view(),
name='computer_update'),