# HG changeset patch # User Sverre Rabbelier # Date 1236477886 0 # Node ID 0298b9c87c65c0e7384dcac0b3593f2f93f9c0d7 # Parent c9ecc74496325cb5857e56a3e5684f2b0b442542 Update the slot allocation view and template Patch by: Sverre Rabbelier, "Mario Ferraro" Reviewed by: Sverre Rabbelier diff -r c9ecc7449632 -r 0298b9c87c65 app/soc/templates/soc/base.html --- a/app/soc/templates/soc/base.html Sun Mar 08 02:04:08 2009 +0000 +++ b/app/soc/templates/soc/base.html Sun Mar 08 02:04:46 2009 +0000 @@ -88,6 +88,9 @@ {% endif %} + {% if uses_slot_allocator %} + + {% endif %} {% endblock %} diff -r c9ecc7449632 -r 0298b9c87c65 app/soc/templates/soc/program/allocation/heading.html --- a/app/soc/templates/soc/program/allocation/heading.html Sun Mar 08 02:04:08 2009 +0000 +++ b/app/soc/templates/soc/program/allocation/heading.html Sun Mar 08 02:04:46 2009 +0000 @@ -2,4 +2,5 @@ Name Locked? Slots + Adjustment diff -r c9ecc7449632 -r 0298b9c87c65 app/soc/templates/soc/program/allocation/row.html --- a/app/soc/templates/soc/program/allocation/row.html Sun Mar 08 02:04:08 2009 +0000 +++ b/app/soc/templates/soc/program/allocation/row.html Sun Mar 08 02:04:46 2009 +0000 @@ -1,5 +1,21 @@
{{ list.item.name }}
- - + + + + + + + + +