X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslicerequest_view.html;h=880521b451b3a1bace005abaad14f9c96b4c5b5b;hb=fb63dd5524e740c477036d6da3d1e66de329a424;hp=36bfa80e5a9037933076b24e55f3a1f0559cc65b;hpb=0fe9dcf9786d9674bf04a19bc47d26bd44af8b96;p=unfold.git diff --git a/portal/templates/slicerequest_view.html b/portal/templates/slicerequest_view.html index 36bfa80e..880521b4 100644 --- a/portal/templates/slicerequest_view.html +++ b/portal/templates/slicerequest_view.html @@ -1,89 +1,66 @@ -{% 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 %} + + {%else%} + + {%endif%} +
+
+ +
+
+ +
+ + + +
-
- -
-
+