diff options
Diffstat (limited to 'tbc')
-rwxr-xr-x | tbc/views.py | 1 |
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) |