--- a/app/templates/projrev/proposal/review_list.html Thu Aug 13 03:26:45 2009 +0530
+++ b/app/templates/projrev/proposal/review_list.html Thu Aug 13 03:42:34 2009 +0530
@@ -21,7 +21,7 @@
<div class='hidden' style="display: none;">
<div id='message_{{ project.project|serial_no:"new" }}' style='padding:10px; background:#fff;'>
This proposal is revised after you submitted a review. You will have to submit a new review to the revised proposal. Press the relevant button.<br />
- <a href='{{ row_url }}{{ project.project.micr_code }}/{{ project.user_review.id }}'>Start with my previous review</a>
+ <a href='{{ row_url }}{{ project.project.micr_code }}/{{ project.user_review.id }}?new=0'>Start with my previous review</a>
<a href='{{ row_url }}{{ project.project.micr_code }}'>Start a fresh review</a>
</div>
</div>