acaf2df231ec2e02ff37031a62ff34ee91cb33d1
[myslice.git] / portal / templates / slice_request.html
1 {% extends "layout-unfold1.html" %}
2 {% load i18n %}
3
4 {% block head %}
5 {{ wizard.form.media }}
6 {% endblock %}
7
8 {% block unfold1_main %}
9
10 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/register.css" />
11
12 <form id="commentForm" action="" method="post">{% csrf_token %}
13
14 <div class="OneLabTitle" style="margin-bottom:20px;">
15          <h2>Request a Slice</h2>
16 </div>
17
18 {{ form.as_p }}
19 <p style="text-align: center;width: 80%;">
20         <input type="submit" value="Submit" />
21 </p>
22 </form>
23
24 {% endblock %}