X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslicerequest_view.html;h=9bbc22bd0cbd0dde70a9589534962a88c835b8d6;hb=56ca79ac7c8063db09d202b928065ad5de0ae9e3;hp=36bfa80e5a9037933076b24e55f3a1f0559cc65b;hpb=6ba53085c00c1f416b28fd505e6611c154f0cc71;p=unfold.git diff --git a/portal/templates/slicerequest_view.html b/portal/templates/slicerequest_view.html index 36bfa80e..9bbc22bd 100644 --- a/portal/templates/slicerequest_view.html +++ b/portal/templates/slicerequest_view.html @@ -1,89 +1,70 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} {% load i18n %} -{% block head %} -{{ wizard.form.media }} -{% endblock %} - -{% block unfold_main %} - -
-

Request a Slice Request a new Slice

- -{% if errors %} - -{% endif %} - -
-
- {% csrf_token %} -
- -
- -
- -
-
-

Experimenter requesting a Slice

-
-
- -
- -
- -
-

The name of the slice you wish to create

-
- -
- -
-
- -
-
-

An authority responsible for vetting your slice

-
- -
- -
-
- -
-
-

Number of nodes you expect to request (informative)

-
- -
- -
-
- -
-
-
-

Purpose of your experiment (informative)

-
-
+{% block content %} +
+
+

Request a Slice Request a new Slice

+
+
-
+ {% if errors %} +
    + {% for error in errors %} +
  • {{ error }}
  • + {% endfor %} +
+ {% endif %} +
+
 
-
- +
+
+
+ + {% csrf_token %} +
+ + +
+
+ + +

+
+
+ + {%if 'is_pi' in pi %} + +

An authority responsible for vetting your slice

+ {%else%} + +

An authority responsible for vetting your slice

+ {%endif%} +
+
+ + +

Number of nodes you expect to request (informative)

+
+
+ + +

Purpose of your experiment (informative)

+
+ + + +
-
- -
-
+