From: Loic Baron Date: Thu, 16 Jan 2014 16:38:29 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.onelab.eu/git/myslice X-Git-Tag: myslice-0.3-0~34 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=6525a09c12184206e7e90578d2e48d9b15006dba Merge branch 'master' of ssh://git.onelab.eu/git/myslice Conflicts: portal/templates/registration_view.html --- 6525a09c12184206e7e90578d2e48d9b15006dba diff --cc portal/templates/slicerequest_view.html index 00000000,00000000..af787c2f new file mode 100644 --- /dev/null +++ b/portal/templates/slicerequest_view.html @@@ -1,0 -1,0 +1,99 @@@ ++{% extends "layout-unfold1.html" %} ++{% load i18n %} ++ ++{% block head %} ++{{ wizard.form.media }} ++{% endblock %} ++ ++{% block unfold_main %} ++ ++ ++ ++ ++ ++
++

Request a 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)

++
++ ++ ++
++
++
++ ++ ++{% endblock %} ++