# HG changeset patch # User Lennard de Rijk # Date 1235334982 0 # Node ID f3805525efdad29767d495c22607bf26d25d6c34 # Parent a7b00937b6784cdccfce411ab90741af44fa1d08 Updated student proposal templates. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r a7b00937b678 -r f3805525efda app/soc/templates/soc/student_proposal/list/heading.html --- a/app/soc/templates/soc/student_proposal/list/heading.html Sun Feb 22 19:12:25 2009 +0000 +++ b/app/soc/templates/soc/student_proposal/list/heading.html Sun Feb 22 20:36:22 2009 +0000 @@ -1,5 +1,6 @@ Student Title + Status Last Modified on diff -r a7b00937b678 -r f3805525efda app/soc/templates/soc/student_proposal/list/row.html --- a/app/soc/templates/soc/student_proposal/list/row.html Sun Feb 22 19:12:25 2009 +0000 +++ b/app/soc/templates/soc/student_proposal/list/row.html Sun Feb 22 20:36:22 2009 +0000 @@ -5,5 +5,6 @@
{{ list.item.title }}
+
{{ list.item.status }}
{{ list.item.last_modified_on }}
diff -r a7b00937b678 -r f3805525efda app/soc/templates/soc/student_proposal/public.html --- a/app/soc/templates/soc/student_proposal/public.html Sun Feb 22 19:12:25 2009 +0000 +++ b/app/soc/templates/soc/student_proposal/public.html Sun Feb 22 20:36:22 2009 +0000 @@ -22,8 +22,8 @@

{% readonly_field_as_table_row entity.fields.title.label entity.title %} - {% readonly_field_as_table_row 'Student' student_name %} - {% readonly_field_as_table_row 'Mentor' mentor_name %} + {% readonly_field_as_table_row "Student" student_name %} + {% readonly_field_as_table_row "Mentor" mentor_name %} {% readonly_field_as_twoline_table_row entity.fields.abstract.label entity.abstract %} {% readonly_field_as_twoline_table_row entity.fields.content.label entity.content %} {% readonly_field_as_table_row "Created on" entity.created_on %}