diff options
author | prathamesh | 2014-11-28 14:17:00 +0530 |
---|---|---|
committer | prathamesh | 2014-11-28 14:17:00 +0530 |
commit | ec7d9c71d352b9e0760250debc7274b439bc32ba (patch) | |
tree | d5402453ce5ea7c280203cf2eee3d3f887221425 /tbc | |
parent | a1e409925163204f83988c7aeeb668bc10f5a8dd (diff) | |
parent | 4d1880d9a5bfe0b56d2f067479d48703a1a3e476 (diff) | |
download | Python-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-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) |