summaryrefslogtreecommitdiff
path: root/tbc/templates/tbc/books_under_progress.html
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/templates/tbc/books_under_progress.html')
-rw-r--r--tbc/templates/tbc/books_under_progress.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/tbc/books_under_progress.html b/tbc/templates/tbc/books_under_progress.html
index 494214b..90803ec 100644
--- a/tbc/templates/tbc/books_under_progress.html
+++ b/tbc/templates/tbc/books_under_progress.html
@@ -44,7 +44,7 @@ function submitCategory()
{{ forloop.counter }}
</td>
<td>
- <a href="{% url 'tbc:BookDetails' book.id %}">{{ book.title }} by {{ book.author }}</a>
+ <a href="{% url 'tbc:book_details' book.id %}">{{ book.title }} by {{ book.author }}</a>
</td>
</tr>
{% endfor %}