# HG changeset patch # User Lennard de Rijk # Date 1236517838 0 # Node ID 19f1bb7ae61587d281cb5ed857b1e43f07c2ca7b # Parent 452f16ebe8d22dd4b9065c1c22a88797386d5b36 Some style fixes for the student proposal review template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 452f16ebe8d2 -r 19f1bb7ae615 app/soc/templates/soc/student_proposal/review.html --- a/app/soc/templates/soc/student_proposal/review.html Sun Mar 08 12:27:42 2009 +0000 +++ b/app/soc/templates/soc/student_proposal/review.html Sun Mar 08 13:10:38 2009 +0000 @@ -12,8 +12,8 @@ See the License for the specific language governing permissions and limitations under the License. {% endcomment %} +{% load comments_helpers %} {% load forms_helpers %} -{% load comments_helpers %} {% block header_title %} {{ page_name }} "{{ entity.title }}" from {{ student_name }} (Score: {{ entity.score }}) @@ -32,17 +32,17 @@ {% readonly_field_as_table_row "Last Modified on" entity.last_modified_on %}

-
+
Public Reviews {% for review in public_reviews %} {% as_review review %} {% endfor %} -
+
Private Reviews {% for review in private_reviews %} {% as_review review %} {% endfor %} -
+