1 {% extends "layout-unfold1.html" %}
4 {{ wizard.form.media }}
7 {% block unfold_main %}
9 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css" />
10 <div class="onelab-title well-lg">
11 <h2>Onelab Support</h2>
12 <h4>If you have already registered, then please send an <a href="mailto:support@myslice.info">e-mail</a>
13 or <a href="http://trac.myslice.info/" >visit us</a></h4>
16 <!-- no hint for this form, moreover we need more space to write stuff down
17 so we use a 3-6-3 layout -->
19 <form class="cmxform form-horizontal" id="commentForm" action="#" method="post" role="form">{% csrf_token %}
21 {% for field in form %}
22 <div class="form-group">
23 <label for="{{ field.html_name }}" class="col-xs-3 control-label">{{ field.label }}</label>
24 <div class="col-xs-6"> {{ field.errors }} {{ field }} <p class="form-hint">{{ field.help_text }}</p> </div>
27 <button class="submit btn btn-default col-xs-12" type="submit">Send to Support</button>