Created the links for adding a book and an author to the database

parent e777bdef
......@@ -7,14 +7,18 @@
{% endblock %}
{% block content %}
<p>In this database, you can see Addy's most-loved books!
<p>In this database, you can see Addy's most loved books!
She enjoys books of different themes and genres.
Some revolve around romance, self-discovery, and self-improvement.
While the others are more heavy, such as books under thriller, crime, and mystery.
As for the authors, she really doesn't play favorites.
She freely explores across book genres depending on her mood, regardless of whoever wrote it!
</p>
{% endblock %}
{% block footer %}
<a href="{% url 'bookshelf:books-list' %}">Books</a>
<a href="{% url 'bookshelf:authors-list' %}">Authors</a>
<p><a href="{% url 'bookshelf:books-create' %}">Add Book</a>
<a href="{% url 'bookshelf:authors-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