various cleanups and tweaks
[myslice.git] / portal / templates / contact.html
1 {% extends "layout-unfold1.html" %}
2
3 {% block head %}
4 {{ wizard.form.media }}
5 {% endblock %}
6
7 {% block unfold1_main %}
8
9 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css" />
10 <!-- xxx ideally only onelab.css but ... xxx -->
11 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/registration.css" />
12 <div class="onelab-title well well-lg">
13   <h2>Onelab Support</h2>
14   <h4>If you have already registered, then please <a href="mailto:support@myslice.info">send an e-mail</a>
15   or <a href="http://trac.myslice.info/" >visit us</a></h4>
16 </div>
17
18 <div class='well'>
19 <form class="cmxform" id="commentForm" action="#" method="post">{% csrf_token %}
20 <fieldset>
21 {{ form.as_p }}
22 <p style="text-align: center;width: 80%;">
23   <input class="btn" type="submit" value="Submit" />
24 </p>
25 </fieldset>
26 </form>
27 </div>
28 {% endblock %}
29