diff options
author | hardythe1 | 2015-01-29 14:53:35 +0530 |
---|---|---|
committer | hardythe1 | 2015-01-29 14:53:35 +0530 |
commit | ad0ac297074ff2e9db3df27c081602aaf2057228 (patch) | |
tree | ac19c08c8297c2241a1964a980d4ce81438c51a7 | |
parent | 5c18b06512b6dd28722826227e23693df9b84be3 (diff) | |
download | Python-TBC-Interface-ad0ac297074ff2e9db3df27c081602aaf2057228.tar.gz Python-TBC-Interface-ad0ac297074ff2e9db3df27c081602aaf2057228.tar.bz2 Python-TBC-Interface-ad0ac297074ff2e9db3df27c081602aaf2057228.zip |
changed message for book completion
-rwxr-xr-x | tbc/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/views.py b/tbc/views.py index 5330e6c..c301e89 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -1002,7 +1002,7 @@ def ApproveBook(request, book_id=None): os.popen("cp -r '"+book_title+"' '"+copy_path+"'") subject = "Python-TBC: Book Completion" message = """Hi """+book.contributor.user.first_name+""",\n -Congratulations !\nThe book - """+book.title+""" is now complete.\nPlease visit the link given below to download the forms to be filled to complete the formalities.\nhttp://tbc-python.fossee.in/internship-forms\nThe forms should be duly filled (fill only the sections which are applicable) & submitted at the following address:\nDr. Prabhu Ramachandran,\nDepartment of Aerospace Engineering,\nIIT Bombay, Powai, Mumbai - 400076\nKindly write Python Textbook Companion on top of the envelope.\n\nThank You for you contribution !\nRegards,\n Python TBC Team,\nFOSSEE - IIT Bombay""" +Congratulations !\nThe book - """+book.title+""" is now complete.\nPlease visit the link given below to download the forms to be filled to complete the formalities.\nhttp://tbc-python.fossee.in/internship-forms\nThe forms should be duly filled (fill only the sections which are applicable) & submitted at the following address:\nDr. Prabhu Ramachandran,\nDepartment of Aerospace Engineering,\nIIT Bombay, Powai, Mumbai - 400076\nKindly write Python Textbook Companion on top of the envelope.\nIf you already sent the forms then you may kindly ignore this mail.\n\nThank You for your contribution !\nRegards,\n Python TBC Team,\nFOSSEE - IIT Bombay""" add_log(user, book, CHANGE, msg, proposal.id, chat=subject + '\n' + message) email_send(book.reviewer.email, subject, message) |