diff -r 252a2d9713a5 -r 8d9da911ed7d app/templates/projrev/proposal/submit.html --- a/app/templates/projrev/proposal/submit.html Thu Aug 06 12:17:29 2009 +0530 +++ b/app/templates/projrev/proposal/submit.html Thu Aug 06 18:15:57 2009 +0530 @@ -4,14 +4,32 @@

Submit your proposal

- -

Fill up the form below, and upload your proposal file by clicking on Browse.

+ + {% if created_now %} +

An MICR Code has been assigned and e-mailed to you. Please remember it for future reference.

+ {% else %}{% if micr_code %} +

Edit your details and upload new version of the proposal in the form below.

+ {% else %} +

Fill up the form below, and upload your proposal file by clicking on Browse.

+ {% endif %}{% endif %}

- {{ form.as_p }} -
- + {{ form.as_p }} + {% if proposal_path %} +

+ + {{ proposal_name }} +

+ {% endif %} + {% if micr_code %} +

+ + +

+ {% endif %} +
+