Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[unfold.git] / portal / templates / contact.html
index 35065e4..d9d2c51 100644 (file)
@@ -7,7 +7,7 @@
 {% block content %}
 <div class="row">
        <div class="col-md-12">
-       <h1><img src="{{ STATIC_URL }}icons/support-xs.png" alt="Open a Ticket" /> OneLab Support</h1>
+       <h1><img src="{{ STATIC_URL }}icons/support-xs.png" alt="Open a Ticket" /> Support</h1>
        </div>
 </div>
 <div class="row">
@@ -15,7 +15,7 @@
 </div>
 <div class="row">
        <div class="col-md-12">
-       <p>Please check our <a href="/portal/support/documentation">FAQ</a> section. Most of the basic problems are explained there.</p>
+       <p>Please check our <a href="/portal/support/">FAQ</a> section. Most of the basic problems are explained there.</p>
        <p>
        If you haven't find your answes in the FAQ, please contact us by filling the form below.<br />
        You can also <a href="mailto:support@myslice.info">e-mail</a> us directly.
@@ -24,8 +24,7 @@
 </div>
 
 <div class="row">
-       <div class="col-md-2"></div>
-       <div class="col-md-8">
+       <div class="col-md-4">
                <form role="form" method="post">
                {% csrf_token %}
                {% for field in form %}
@@ -34,7 +33,7 @@
                {{ field.errors }} {{ field }}
            </div>
            {% endfor %}
-               <button type="submit" class="btn btn-default">Create Ticket</button>
+               <button type="submit" class="btn btn-primary">Create Ticket</button>
                </form>
        </div>
 </div>