# HG changeset patch # User Lennard de Rijk # Date 1237884378 0 # Node ID bb3317e4db12468ad8b4877033b0fcb85a111cb2 # Parent 0df5351ac18a1e8610803fca80da012b0057c381 Now showing student name in list proposal views. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 0df5351ac18a -r bb3317e4db12 app/soc/templates/soc/student_proposal/list/detailed_heading.html --- a/app/soc/templates/soc/student_proposal/list/detailed_heading.html Mon Mar 23 22:43:14 2009 +0000 +++ b/app/soc/templates/soc/student_proposal/list/detailed_heading.html Tue Mar 24 08:46:18 2009 +0000 @@ -1,7 +1,7 @@ - Rank - Student + Rank Title + Student Status Score Last Modified on diff -r 0df5351ac18a -r bb3317e4db12 app/soc/templates/soc/student_proposal/list/detailed_row.html --- a/app/soc/templates/soc/student_proposal/list/detailed_row.html Mon Mar 23 22:43:14 2009 +0000 +++ b/app/soc/templates/soc/student_proposal/list/detailed_row.html Tue Mar 24 08:46:18 2009 +0000 @@ -5,11 +5,11 @@ {% endifequal %} onclick="document.location.href='{{ list.redirect }}'" name="name">
{{ list.info.rank }}
-
{{ list.item.scope.link_id }} + -
{{ list.item.title }}
+
{{ list.item.scope.name }}
{{ list.item.status }}
{{ list.item.score }}
{{ list.item.last_modified_on|date:"jS F Y H:i" }}
diff -r 0df5351ac18a -r bb3317e4db12 app/soc/templates/soc/student_proposal/list/heading.html --- a/app/soc/templates/soc/student_proposal/list/heading.html Mon Mar 23 22:43:14 2009 +0000 +++ b/app/soc/templates/soc/student_proposal/list/heading.html Tue Mar 24 08:46:18 2009 +0000 @@ -1,6 +1,6 @@ - Student - Title + Title + Student Organization Name Last Modified on diff -r 0df5351ac18a -r bb3317e4db12 app/soc/templates/soc/student_proposal/list/row.html --- a/app/soc/templates/soc/student_proposal/list/row.html Mon Mar 23 22:43:14 2009 +0000 +++ b/app/soc/templates/soc/student_proposal/list/row.html Tue Mar 24 08:46:18 2009 +0000 @@ -1,10 +1,10 @@ -
{{ list.item.scope.link_id }} + -
{{ list.item.title }}
+
{{ list.item.scope.name }}
{{ list.item.org.name }}
{{ list.item.last_modified_on|date:"jS F Y H:i" }}