equal
deleted
inserted
replaced
19 {% for project in projects %} |
19 {% for project in projects %} |
20 {% if project.not_this_proposal %} |
20 {% if project.not_this_proposal %} |
21 <div class='hidden' style="display: none;"> |
21 <div class='hidden' style="display: none;"> |
22 <div id='message_{{ project.project|serial_no:"new" }}' style='padding:10px; background:#fff;'> |
22 <div id='message_{{ project.project|serial_no:"new" }}' style='padding:10px; background:#fff;'> |
23 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 /> |
23 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 /> |
24 <a href='{{ row_url }}{{ project.project.micr_code }}/{{ project.user_review.id }}'>Start with my previous review</a> |
24 <a href='{{ row_url }}{{ project.project.micr_code }}/{{ project.user_review.id }}?new=0'>Start with my previous review</a> |
25 <a href='{{ row_url }}{{ project.project.micr_code }}'>Start a fresh review</a> |
25 <a href='{{ row_url }}{{ project.project.micr_code }}'>Start a fresh review</a> |
26 </div> |
26 </div> |
27 </div> |
27 </div> |
28 <script type="text/javascript"> |
28 <script type="text/javascript"> |
29 $(document).ready(function () { |
29 $(document).ready(function () { |