Commit f221ecea authored by Nate Brevin A. Que's avatar Nate Brevin A. Que

Edited author_details.html to put the correct label of the button.

parent 7b0fd5d5
......@@ -6,7 +6,7 @@
<h3>{{ author.age }} <br>
{{ author.nationality }}<br>
{{ author.bio }} </h3>
<a href="/authors/{{ author.pk }}/edit"><input type="submit" value="Edit Book"></a><br>
<a href="/authors/{{ author.pk }}/edit"><input type="submit" value="Edit Author"></a><br>
<h3> Books by {{ author }} I love: </h3>
<ul>
{% for book in author.books_set.all %}
......
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