Commit 8ce5fca6 authored by RJC's avatar RJC

added hyperlink to homepage and author views

parent 872c1a15
...@@ -6,4 +6,8 @@ ...@@ -6,4 +6,8 @@
{% for books in books %} {% for books in books %}
<a href="http://127.0.0.1:8000/books/{{ books.pk }}">{{ books.title }}</a><br> <a href="http://127.0.0.1:8000/books/{{ books.pk }}">{{ books.title }}</a><br>
{% endfor %} {% endfor %}
<br>
<a href="http://127.0.0.1:8000/homepage/">Home</a>
&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>
{% endblock %} {% 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