diff --git a/templates/base.html b/templates/base.html
index 19a9f62..a351464 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -24,7 +24,7 @@
diff --git a/templates/books_for_loan.html b/templates/books_for_loan.html
index 6290a6c..fc5515d 100644
--- a/templates/books_for_loan.html
+++ b/templates/books_for_loan.html
@@ -22,6 +22,7 @@
$.post( "/rem_books_from_loan/" + {{loan_id}}, params, function(data) {
DeactivateBFLRemSelButton()
$('#bfl-existing').load('/books_for_loan/' + {{loan_id}}, { 'InDBox' : 1 } )
+ $("#books_for_loan_bit").load("/books_for_loan/"+{{loan_id}})
} )
}
@@ -91,6 +92,7 @@
$('#bfl-search-term').val('')
$('#bfl-new').html('')
$('#bfl-existing').load('/books_for_loan/' + {{loan_id}}, { 'InDBox' : 1 } )
+ $("#books_for_loan_bit").load("/books_for_loan/"+{{loan_id}})
} )
}