Commit cb832ddc authored by Elaiza Bolislis's avatar Elaiza Bolislis

Added links in homepage that redirects the user 'Add Book' and 'Add Author' pages.

parent 7ecc4213
......@@ -17,6 +17,12 @@
{% endblock %}
{% block footing %}
<a href="{% url 'bookshelf:books-list' %}">Books</a>
<a href="{% url 'bookshelf:author-list' %}">Authors</a>
<p>
<a href="{% url 'bookshelf:books-list' %}">Books</a>
<a href="{% url 'bookshelf:author-list' %}">Authors</a>
</p>
<p>
<a href="{% url 'bookshelf:books-create' %}">Add Book</a>
<a href="{% url 'bookshelf:author-create' %}">Add Author</a>
</p>
{% 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