Fixed typo in urls

parent 91b66e4a
...@@ -16,4 +16,4 @@ urlpatterns = [ ...@@ -16,4 +16,4 @@ urlpatterns = [
path('authors/<int:pk>/edit/',AuthorsUpdateView.as_view(),name='update-author'), path('authors/<int:pk>/edit/',AuthorsUpdateView.as_view(),name='update-author'),
] ]
app_name = "bookshelf" app_name = "bookshelf"
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment