From 58aad0e1af6e54c09cd6700d8385d3c328160b5c Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 25 Aug 2014 17:18:24 +0530 Subject: correcting error in the table --- tbc/templates/tbc/completed_books.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tbc') diff --git a/tbc/templates/tbc/completed_books.html b/tbc/templates/tbc/completed_books.html index 99c1790..7f95cfd 100644 --- a/tbc/templates/tbc/completed_books.html +++ b/tbc/templates/tbc/completed_books.html @@ -36,16 +36,16 @@ function submitCategory() + {% for book in completed_books %} - {% for book in completed_books %} - {% endfor %} + {% endfor %}
Sr # Book
{{ forloop.counter }} {{ book.title }} by {{ book.author }}

-- cgit