Commit 09649b6c authored by RJC's avatar RJC

added edit book button book_detail.html

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