summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
Diffstat (limited to 'tbc')
-rwxr-xr-xtbc/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbc/views.py b/tbc/views.py
index 00164d0..eaef347 100755
--- a/tbc/views.py
+++ b/tbc/views.py
@@ -1229,4 +1229,3 @@ def ajax_matching_books(request):
'matches': matches,
'flag': flag
}
- return render_to_response('tbc/ajax-matching-books.html', context)