Commit c62cd2e5 authored by Tanya Yotoko's avatar Tanya Yotoko

Minor fixes

parent fb2b132c
......@@ -20,7 +20,7 @@
<h2>
<a href ="/bookshelf/home/" class="btn btn-primary" role="button"> Home </a>
<a href ="/bookshelf/books/" class="btn btn-primary" role="button"> Books </a>
<a href ="/bookshelf/authors/" class="btn btn-primary" role="button"> Author </a>
<a href ="/bookshelf/authors/" class="btn btn-primary" role="button"> Authors </a>
</h2>
</ul>
......
......@@ -11,7 +11,7 @@
{% endfor %}
<h3>
<a href="/bookshelf/home/" class="btn btn-primary" role="button"> Home </a>
<a href="/bookshelf/authors" class="btn btn-primary" role="button"> Authors </a>
<a href="/bookshelf/authors/" class="btn btn-primary" role="button"> Authors </a>
</h3>
</ul>
......
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