summaryrefslogtreecommitdiff
path: root/tbc/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/views.py')
-rwxr-xr-xtbc/views.py1
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)