f9e2e4ef0b7723b2e7785095d99e931586de7c21
[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
11 <div style=" padding-top: 12px; background-color: orange; border: 1px solid #61210B; text-align: center;">
12          <h3>Onelab Support</h3>
13          <h3>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></h3>
14 </div>
15
16 <form action="#" method="post">{% csrf_token %}
17 {{ form.as_p }}
18 <input type="submit" value="Submit" />
19 </form>
20
21 {% endblock %}
22