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