Skip to content

Commit

Permalink
Update blog/urls.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
OlenaYefymenko and webknjaz authored Apr 27, 2024
1 parent ea579c8 commit 9d05e29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blog/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
path('post/new/', views.post_new, name='post_new'),
path('post/<int:pk>/edit/', views.post_edit, name='post_edit'),
path('accounts/login/', auth_views.LoginView.as_view(), name='login'),

]

0 comments on commit 9d05e29

Please sign in to comment.