Commit 0e069986 authored by RJC's avatar RJC

added edit button to author_detail.html

parent e6a1456d
......@@ -16,4 +16,9 @@
<a href="/books/">Books</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/authors/">Authors</a>
<br>
<br>
<a href="/authors/{{ authors.pk }}/edit/">
<input type="button" value="Edit Author">
</a>
{% 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