X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslicerequest_view.html;h=9bbc22bd0cbd0dde70a9589534962a88c835b8d6;hb=a05607a425aa69ece877fa3b795bd200705b9af7;hp=1f57bcec6a4cca341ff67910e993473bd2319b27;hpb=2f89f2e81c44a63d6d90746a1f3c126603280b66;p=unfold.git diff --git a/portal/templates/slicerequest_view.html b/portal/templates/slicerequest_view.html index 1f57bcec..9bbc22bd 100644 --- a/portal/templates/slicerequest_view.html +++ b/portal/templates/slicerequest_view.html @@ -2,83 +2,69 @@ {% load i18n %} {% block content %} +
+
+

Request a Slice Request a new Slice

+
+
-
-

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)

-
-
- -
+ {% 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)

+
+ + + +
-
- -
+