# HG changeset patch # User Sverre Rabbelier # Date 1239058508 0 # Node ID eb92d9a6b0275aee26fd868610f25fac0d097504 # Parent b9b6b35d80b6d8fc2591fcd84651ee5c4f928cf2 Add the amount of proposals and mentors to slots view Patch by: Sverre Rabbelier diff -r b9b6b35d80b6 -r eb92d9a6b027 app/soc/templates/soc/program/allocation/heading.html --- a/app/soc/templates/soc/program/allocation/heading.html Mon Apr 06 22:54:41 2009 +0000 +++ b/app/soc/templates/soc/program/allocation/heading.html Mon Apr 06 22:55:08 2009 +0000 @@ -1,6 +1,8 @@ Name Desired + #Proposals + #Mentors Locked? Slots Adjustment diff -r b9b6b35d80b6 -r eb92d9a6b027 app/soc/templates/soc/program/allocation/row.html --- a/app/soc/templates/soc/program/allocation/row.html Mon Apr 06 22:54:41 2009 +0000 +++ b/app/soc/templates/soc/program/allocation/row.html Mon Apr 06 22:55:08 2009 +0000 @@ -1,6 +1,8 @@
{{ list.item.name }}
{{ list.item.slots_desired }}
+
{{ list.item.nr_applications }}
+
{{ list.item.nr_mentors }}