diff -r 37612f295cd4 -r be65e84e7d03 app/templates/projrev/proposal/review.html --- a/app/templates/projrev/proposal/review.html Mon Aug 10 01:38:02 2009 +0530 +++ b/app/templates/projrev/proposal/review.html Mon Aug 10 02:13:02 2009 +0530 @@ -52,9 +52,74 @@ {{ proposal_name }} + +

- {{ form.as_p }} +

+ {% if form.comment.help_text %} + + {% endif %} + {{ form.comment.errors }} + {{ form.comment.label_tag }}{{ form.comment }}{% if form.comment.field.required %}  (required){% endif %} +

+

+ {{ form.comment.errors }} + {{ form.attribute1.label_tag }}: + + + + + + {% if form.attribute1.field.required %}  (required){% endif %} +