X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslicerequest_view.html;h=6f7f76229c08a6fd2fdab517657aada3d1f69d5a;hb=08234ca53428b9c665ddf4f9d57d2f53c8537d63;hp=d59bd68df8d9659530a5d574efc836b758980faa;hpb=cf48c2a79b7bf47b10dfa1eab75e1148cac49208;p=myslice.git diff --git a/portal/templates/slicerequest_view.html b/portal/templates/slicerequest_view.html index d59bd68d..6f7f7622 100644 --- a/portal/templates/slicerequest_view.html +++ b/portal/templates/slicerequest_view.html @@ -1,89 +1,65 @@ -{% 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%} +
+
+ +
+
+ +
+

+ + + +
-
- -
-
+