Commit 6bdcbaed authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Fixed a syntax error

parent 9f1e9b2c
...@@ -18,7 +18,7 @@ class BooksListView(ListView): ...@@ -18,7 +18,7 @@ class BooksListView(ListView):
class BooksDetailView(DetailView): class BooksDetailView(DetailView):
model = Books model = Books
template_name = 'bookshelf/book_details.html' template_name = 'bookshelf/books_details.html'
# default template is called the books_detail.html # default template is called the books_detail.html
class AuthorsListView(ListView): class AuthorsListView(ListView):
......
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