From 6af64afbaaa92b1034c8d27138f5323914196e27 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 25 Aug 2014 17:15:02 +0530 Subject: adding table --- tbc/templates/tbc/completed_books.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbc') diff --git a/tbc/templates/tbc/completed_books.html b/tbc/templates/tbc/completed_books.html index dead5d2..60c0b26 100644 --- a/tbc/templates/tbc/completed_books.html +++ b/tbc/templates/tbc/completed_books.html @@ -42,7 +42,7 @@ function submitCategory() {% for book in completed_books %} -
  • {{ book.title }} by {{ book.author }}
  • + {{ book.title }} by {{ book.author }} {% endfor %} -- cgit