Commit 9c244717 authored by Ilham Maulana's avatar Ilham Maulana 💻

fix: book detail url

feat: book detail fixtures (data seed/initial data)
parent df36497b
This diff is collapsed.
......@@ -13,7 +13,7 @@
<tbody>
{% if object_list %} {% for book in object_list %}
<tr>
<td><a href="/dashboard/books/{{ book.id }}/">{{ book.title }}</a></td>
<td><a href="/books/{{ book.id }}/">{{ book.title }}</a></td>
<td>{{ book.category.name }}</td>
<td>{{ book.description }}</td>
<td>{{ book.publish_date }}</td>
......
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