diff options
author | hardythe1 | 2015-01-28 16:31:25 +0530 |
---|---|---|
committer | hardythe1 | 2015-01-28 16:31:25 +0530 |
commit | ed964ad86ec5ba7c9ae2cfddd13bd1a94f975b9b (patch) | |
tree | 54c62479bdf95910130233dd4ac9272b87dffe90 /tbc | |
parent | 7e35731a8c0e90be2a9a67d8a5ab82125653b2f2 (diff) | |
download | Python-TBC-Interface-ed964ad86ec5ba7c9ae2cfddd13bd1a94f975b9b.tar.gz Python-TBC-Interface-ed964ad86ec5ba7c9ae2cfddd13bd1a94f975b9b.tar.bz2 Python-TBC-Interface-ed964ad86ec5ba7c9ae2cfddd13bd1a94f975b9b.zip |
removed unwanted HttpResponse
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 7ebc44c..834ce84 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -1095,7 +1095,6 @@ def NotifyChanges(request, book_id=None): message = "Hi, "+book.contributor.user.first_name+",\n"+\ "Book titled, "+book.title+" requires following changes: \n"+\ changes_required - return HttpResponse(message) context.update(csrf(request)) add_log(request.user, book, CHANGE, msg, proposal.id, chat=subject+'\n'+changes_required) |