Commit dd9964ea authored by KaoruSawade's avatar KaoruSawade

Implemented 'add books' and 'add authors' buttons in the home page

parent 923797b1
......@@ -15,5 +15,9 @@
<li class="navbarItem"><a href="/books">Books</a></li>
<li class="navbarItem"><a href="/authors">Authors</a></li>
</ul>
<ul class="navbarList">
<li class="navbarItem"><a href="/books/add">Add Books</a></li>
<li class="navbarItem"><a href="/authors/add">Add Authors</a></li>
</ul>
{% endblock %}
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