Commit 68b1317e authored by Gabriel G. Garrero's avatar Gabriel G. Garrero

Fixed the links in book_details.html

parent e2aabe31
......@@ -12,7 +12,7 @@
<p>{{ object.ISBN }}</p>
<p>{{ object.blurb }}</p>
<a href = 'bookshelf/home/'>Home</a>
<a href = 'bookshelf/books/'>Books</a>
<a href = 'bookshelf/authors/'>Authors</a>
<a href = '/bookshelf/home/'>Home</a>
<a href = '/bookshelf/books/'>Books</a>
<a href = '/bookshelf/authors/'>Authors</a>
{% endblock %}
\ 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