X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Ftemplates%2Fqcg%2Fjob_new.html;h=37a4fc56edd3b41dad369104930a631a5c1c442a;hb=9a6f1362b7cee897421fff89c53862558e6c73ca;hp=d1e5de6fbe96f8d8b7a9343ebc9d892459e39698;hpb=c7aa0d764b0b5a6bcd7df967f317bf9fbcde8f73;p=qcg-portal.git diff --git a/qcg/templates/qcg/job_new.html b/qcg/templates/qcg/job_new.html index d1e5de6..37a4fc5 100644 --- a/qcg/templates/qcg/job_new.html +++ b/qcg/templates/qcg/job_new.html @@ -123,7 +123,7 @@ {% bootstrap_field form.queue layout="horizontal" %} {% bootstrap_field form.procs layout="horizontal" %} {% bootstrap_field form.nodes layout="horizontal" form_group_class="form-group collapse" %} - {% bootstrap_field form.wall_time layout="horizontal" %} + {% include 'qcg/time_range_field.html' with field_name='wall_time' field=form.wall_time %} {% bootstrap_field form.memory layout="horizontal" %} {% bootstrap_field form.memory_per_slot layout="horizontal" %} @@ -161,7 +161,7 @@
{% bootstrap_field form.not_before layout="horizontal" %} {% bootstrap_field form.not_after layout="horizontal" %} - {% bootstrap_field form.deadline layout="horizontal" %} + {% include 'qcg/time_range_field.html' with field_name='deadline' field=form.deadline %} {% bootstrap_field form.reservation layout="horizontal" form_group_class="form-group collapse" %}