summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorhardythe12015-01-12 13:39:14 +0530
committerhardythe12015-01-12 13:39:14 +0530
commit994154767f692655529c9b13f86b02bbcb7ec5b6 (patch)
tree932bde5f18131b7ab680af69b5091bad7fdf4000 /tbc
parent3233182a358c110f5d8ef4b315753b5508a5d585 (diff)
downloadPython-TBC-Interface-994154767f692655529c9b13f86b02bbcb7ec5b6.tar.gz
Python-TBC-Interface-994154767f692655529c9b13f86b02bbcb7ec5b6.tar.bz2
Python-TBC-Interface-994154767f692655529c9b13f86b02bbcb7ec5b6.zip
edited message for proposal review
Diffstat (limited to 'tbc')
-rwxr-xr-xtbc/views.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbc/views.py b/tbc/views.py
index 5e8912c..2c8dac9 100755
--- a/tbc/views.py
+++ b/tbc/views.py
@@ -585,8 +585,8 @@ def ReviewProposals(request, proposal_id=None, textbook_id=None):
message = """ Dear """+proposal.user.user.first_name+""",\n
"Your proposal has been reviewed and the book titled """
proposal.accepted.title+""" by """+proposal.accepted.author+""" has
- been approved. You may now submit the sample notebook through the
- link given below. Once the sample notebook is approved, the book
+ been approved. You may now submit the sample notebook on the
+ interface. Once the sample notebook is approved, the book
will be alloted to you."""
email_send(proposal.user.user.email, subject, message)
return HttpResponseRedirect("/proposal-review")