Commit c62cd2e5 authored by Tanya Yotoko's avatar Tanya Yotoko

Minor fixes

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