Commit 0c5da630 authored by Alliyah Marcelo's avatar Alliyah Marcelo

Implemented Update Book and Update Author pages.

parent 1d05afbd
......@@ -12,7 +12,7 @@
<br>
{{ object.bio }}
<br><br>
<a href="{{ AuthorUpdateView.get_absolute_url }}">
<a href="/bookshelf/authors/{{ object.pk }}/edit">
<input type="submit" value="Edit Author">
</a>
<br><br>
......
......@@ -16,6 +16,10 @@
<br>
{{ object.blurb }}
<br><br>
<a href="/bookshelf/books/{{ object.pk }}/edit">
<input type="submit" value="Edit Book">
</a>
<br><br>
<a href="/bookshelf/home/">Home</a>
<a href="/bookshelf/books/">Books</a>
<a href="/bookshelf/authors/">Authors</a>
......
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