diff -r 4cf4c1f0e5bb -r 55e650bb9dbe app/templates/projrev/proposal/review.html --- a/app/templates/projrev/proposal/review.html Wed Aug 12 19:30:12 2009 +0530 +++ b/app/templates/projrev/proposal/review.html Wed Aug 12 22:41:21 2009 +0530 @@ -1,15 +1,6 @@ {% extends "projrev/base.html" %} {% load review_helpers %} -{% block scripts %} -{{ block.super }} - -{% endblock scripts %} - {% block content %}
@@ -97,11 +88,7 @@

{{ form.attribute1.errors }} {{ form.attribute1.label }}
- - - - - + {% as_star_for_score "attribute1" %} {% if form.attribute1.field.required %}  (required){% endif %}

@@ -111,11 +98,7 @@

{{ form.attribute2.errors }} {{ form.attribute2.label }}
- - - - - + {% as_star_for_score "attribute2" %} {% if form.attribute2.field.required %}  (required){% endif %}

@@ -125,11 +108,7 @@

{{ form.attribute3.errors }} {{ form.attribute3.label }}
- - - - - + {% as_star_for_score "attribute3" %} {% if form.attribute3.field.required %}  (required){% endif %}

@@ -139,11 +118,7 @@

{{ form.attribute4.errors }} {{ form.attribute4.label }}
- - - - - + {% as_star_for_score "attribute4" %} {% if form.attribute4.field.required %}  (required){% endif %}

@@ -153,11 +128,7 @@

{{ form.attribute5.errors }} {{ form.attribute5.label }}
- - - - - + {% as_star_for_score "attribute5" %} {% if form.attribute5.field.required %}  (required){% endif %}

@@ -167,11 +138,7 @@

{{ form.attribute6.errors }} {{ form.attribute6.label }}
- - - - - + {% as_star_for_score "attribute6" %} {% if form.attribute6.field.required %}  (required){% endif %}

@@ -181,11 +148,7 @@

{{ form.attribute7.errors }} {{ form.attribute7.label }}
- - - - - + {% as_star_for_score "attribute7" %} {% if form.attribute7.field.required %}  (required){% endif %}

@@ -195,11 +158,7 @@

{{ form.attribute8.errors }} {{ form.attribute8.label }}
- - - - - + {% as_star_for_score "attribute8" %} {% if form.attribute8.field.required %}  (required){% endif %}

@@ -209,11 +168,7 @@

{{ form.attribute9.errors }} {{ form.attribute9.label }}
- - - - - + {% as_star_for_score "attribute9" %} {% if form.attribute9.field.required %}  (required){% endif %}