# HG changeset patch # User Lennard de Rijk # Date 1239089311 0 # Node ID 3b349cd95b07ad41cd33f93d55d8bc885d4d44e3 # Parent 286aa6528e84222f317403d77939f5643b267358 Only show mentor name in the detailed list. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 286aa6528e84 -r 3b349cd95b07 app/soc/templates/soc/student_proposal/list/heading.html --- a/app/soc/templates/soc/student_proposal/list/heading.html Mon Apr 06 23:46:46 2009 +0000 +++ b/app/soc/templates/soc/student_proposal/list/heading.html Tue Apr 07 07:28:31 2009 +0000 @@ -1,7 +1,6 @@ Title Student - Mentor Organization Name Last Modified on diff -r 286aa6528e84 -r 3b349cd95b07 app/soc/templates/soc/student_proposal/list/row.html --- a/app/soc/templates/soc/student_proposal/list/row.html Mon Apr 06 23:46:46 2009 +0000 +++ b/app/soc/templates/soc/student_proposal/list/row.html Tue Apr 07 07:28:31 2009 +0000 @@ -5,13 +5,6 @@
{{ list.item.scope.name }}
-
- {% if not list.item.mentor %} - None - {% else %} - {{ list.item.mentor.name }} - {% endif %} -
{{ list.item.org.name }}
{{ list.item.last_modified_on|date:"jS F Y H:i" }}