Commit 1ecacda9 authored by karin-kurusu's avatar karin-kurusu

Updated "Author's Details Page" to have an "Edit Author" button

parent e7b517b9
......@@ -12,6 +12,11 @@
<p>{{author.age}}</p>
<p>{{author.nationality}}</p>
<p>{{author.bio}}</p>
<br>
<form action='edit' >
<input type="submit" value="Edit Author" />
</form>
<br>
<h2>
Books by {{author.first_name}} {{author.last_name}} I love:
</h2>
......
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