Commit 334389d0 authored by Elaiza Bolislis's avatar Elaiza Bolislis

Added a button in the Book’s details page that redirects the user to the 'Edit Book' page.

parent cb832ddc
......@@ -13,6 +13,7 @@
<p>{{ object.year_published }}</p>
<p>{{ object.ISBN }}</p>
<p>{{ object.blurb }}</p>
<p><button onclick="location.href='edit'">Edit Book</button></p>
{% endblock %}
{% block footing %}
......
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