diff options
author | hardythe1 | 2014-02-18 12:26:20 +0530 |
---|---|---|
committer | hardythe1 | 2014-02-18 12:26:20 +0530 |
commit | 5bce27f3c8d9408042edce760e77f413d839d822 (patch) | |
tree | 1c2d63ba7a3d16672df6f7a51663528ca17ae407 | |
parent | 2e4bb1037c0fa14ad46725ee3dae57ecb5f6ca3a (diff) | |
download | Python-TBC-Interface-5bce27f3c8d9408042edce760e77f413d839d822.tar.gz Python-TBC-Interface-5bce27f3c8d9408042edce760e77f413d839d822.tar.bz2 Python-TBC-Interface-5bce27f3c8d9408042edce760e77f413d839d822.zip |
changing links in email from dev.fossee to tbc-python.fossee
-rw-r--r-- | tbc/views.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tbc/views.py b/tbc/views.py index 2d8e12f..3eed4a8 100644 --- a/tbc/views.py +++ b/tbc/views.py @@ -270,7 +270,7 @@ def ContentUpload(request): "Publisher: "+curr_book.publisher_place+"\n"+\ "ISBN: "+curr_book.isbn+"\n"+\ "Follow the link to review the book: \n"+\ - "http://dev.fossee.in/book-review/"+str(curr_book.id) + "http://tbc-python.fossee.in/book-review/"+str(curr_book.id) email_send(book.reviewer.email, subject, message) return HttpResponseRedirect('/?up=done') context = {} @@ -428,7 +428,7 @@ def ApproveBook(request, book_id=None): "Congratulations !\n"+\ "The book - "+book.title+" is now complete.\n"+\ "Please visit the below given link to download the forms to be filled to complete the formalities.\n"+\ - "http://dev.fossee.in/internship-forms"+"\n"+\ + "http://tbc-python.fossee.in/internship-forms"+"\n"+\ "The forms should be duly filled(fill only sections which are applicable) & submit at the following address:\n"+\ "Dr. Prabhu Ramachandran, \n"+\ "Department of Aerospace Engineering,\n"+\ |