Added missing link

parent 9ed1f145
...@@ -4,15 +4,17 @@ ...@@ -4,15 +4,17 @@
{% block header %} {{ books.title }} {% endblock %} {% block header %} {{ books.title }} {% endblock %}
{% block content %} {% block content %}
<p> <p>
{{ books.publisher }} <br>
<a href="{{ books.author.get_absolute_url }}"> <a href="{{ books.author.get_absolute_url }}">
{{ books.author.first_name }} {{ books.author.last_name }} {{ books.author.first_name }} {{ books.author.last_name }}
</a> <br> </a> <br>
{{ books.publisher }} <br>
{{ books.year_published }} <br> {{ books.year_published }} <br>
{{ books.ISBN }} <br> {{ books.ISBN }} <br>
{{ books.blurb }} <br> {{ books.blurb }} <br>
</p> </p>
<a href="http://127.0.0.1:8000/home/">Home</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://127.0.0.1:8000/books/">Books</a> <a href="http://127.0.0.1:8000/books/">Books</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://127.0.0.1:8000/authors/">Authors</a> <a href="http://127.0.0.1:8000/authors/">Authors</a>
......
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