6630f23f8f5c3b2037e83941036a155ddfe6177b
[myslice.git] / portal / templates / contact.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 <form class="cmxform" id="commentForm" action="#" method="post">{% csrf_token %}
12 <fieldset>
13 <div class="OneLabTitle" style="margin-bottom:20px;">
14          <h2>Onelab Support</h2>
15          <h4>If you have already registered then send an <a href="mailto:support@myslice.info"> e-mail </a>  or <a href="http://trac.myslice.info/" >visit us</a></h4>
16 </div>
17
18 {{ form.as_p }}
19 <p style="text-align: center;width: 80%;">
20     <input type="submit" value="Submit" />
21 </p>
22 </fieldset>
23 </form>
24 {% endblock %}
25