summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12015-04-20 11:58:55 +0530
committerhardythe12015-04-20 11:58:55 +0530
commit9b28b750ef08140dd9d28a246f204742bda73b97 (patch)
tree95568d1fa6df41ac9c7ead8da3b7f10cd26212e2
parent2f4915d0b2468da78fab2e31fe7ed7b8fcf7c000 (diff)
downloadPython-TBC-Interface-9b28b750ef08140dd9d28a246f204742bda73b97.tar.gz
Python-TBC-Interface-9b28b750ef08140dd9d28a246f204742bda73b97.tar.bz2
Python-TBC-Interface-9b28b750ef08140dd9d28a246f204742bda73b97.zip
correct variable name
-rwxr-xr-xtbc/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/views.py b/tbc/views.py
index 9a451e4..2c27845 100755
--- a/tbc/views.py
+++ b/tbc/views.py
@@ -886,7 +886,7 @@ def SubmitCode(request):
log_chat = subject + '\n' + 'Book ' + curr_book.title + \
' has been submitted on the Python TBC interface.'
add_log(user, curr_book, CHANGE, 'Chapters and Screenshots added',
- proposal.id, chat=log_chat)
+ curr_proposal.id, chat=log_chat)
email_send(book.reviewer.email, subject, message)
return HttpResponseRedirect('/?up=done')
else: