Commit b798f5f5 authored by Gabriel G. Garrero's avatar Gabriel G. Garrero

Fixed a typo in views.py

parent 3792f387
......@@ -13,7 +13,7 @@ class BooksListView(ListView):
class BooksDetailView(DetailView):
model = Books
template_name = 'bookshelf/books_details.html'
template_name = 'bookshelf/book_details.html'
class AuthorListView(ListView):
model = Author
......
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