summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorprathamesh2014-11-28 14:17:00 +0530
committerprathamesh2014-11-28 14:17:00 +0530
commitec7d9c71d352b9e0760250debc7274b439bc32ba (patch)
treed5402453ce5ea7c280203cf2eee3d3f887221425 /tbc
parenta1e409925163204f83988c7aeeb668bc10f5a8dd (diff)
parent4d1880d9a5bfe0b56d2f067479d48703a1a3e476 (diff)
downloadPython-TBC-Interface-ec7d9c71d352b9e0760250debc7274b439bc32ba.tar.gz
Python-TBC-Interface-ec7d9c71d352b9e0760250debc7274b439bc32ba.tar.bz2
Python-TBC-Interface-ec7d9c71d352b9e0760250debc7274b439bc32ba.zip
Merge branch 'master' into certificate_generation
Conflicts: tbc/views.py
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)