Commit 271c8a25 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Edited a hred syntax error on link

parent 237366df
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
<body> <body>
{{ object.age }}<br> {{ object.age }}<br>
{{ object.nationality }}<br> {{ object.nationality }}<br>
{{ object.bio }}<br><br> {{ object.bio }}<br>
<a href="/bookshelf/authors/{{object.id}}/edit"><button>Edit Author</button></a><br><br>
Books by {{ object.first_name }} {{ object.last_name }} I love: <br> Books by {{ object.first_name }} {{ object.last_name }} I love: <br>
{% for object in author.books_set.all %} {% for object 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