X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fslicerequest_view.html;h=cd81810d4bf252c49f0eff36ea02620cbc6f653a;hb=d3b9e64c03b27515bbaec94e34722cb1853f15ff;hp=c99ca4df75aaf354fc37822e7ca3b244682d400e;hpb=5b66e750805a71fee70b0f8c0c4b5e4d71174673;p=unfold.git diff --git a/portal/templates/slicerequest_view.html b/portal/templates/slicerequest_view.html index c99ca4df..cd81810d 100644 --- a/portal/templates/slicerequest_view.html +++ b/portal/templates/slicerequest_view.html @@ -2,83 +2,65 @@ {% 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 request.session.user.pi %} + + {% else %} + + {% endif %} +
+
+ +
+
+ +
+ + + +
-
- -
+