app/soc/templates/soc/program/allocation/allocation.html
changeset 2147 5dd2091c8f0c
parent 2136 5d55e61dd338
equal deleted inserted replaced
2146:57c74ce47fa3 2147:5dd2091c8f0c
    18 
    18 
    19 {% block body %}
    19 {% block body %}
    20 
    20 
    21 <input type="button" class="button" onclick="javascript:reCalculate()" value="Recalculate slots" />
    21 <input type="button" class="button" onclick="javascript:reCalculate()" value="Recalculate slots" />
    22 <input type="button" class="button" onclick="javascript:submit()" value="Submit" />
    22 <input type="button" class="button" onclick="javascript:submit()" value="Submit" />
       
    23 <input type="button" class="button" onclick="javascript:load()" value="Load" />
    23 
    24 
    24 {{ block.super }}
    25 {{ block.super }}
    25 
    26 
    26 {% endblock %}
    27 {% endblock %}