Fibre portal modifications by José
[myslice.git] / portal / templates / fibre / fibre_contact.html
index a610c87..74f0eb1 100644 (file)
@@ -7,25 +7,23 @@
 {% block content %}
 <div class="row">
        <div class="col-md-12">
-       <h1><img src="{{ STATIC_URL }}img/icon_support_small.png" alt="Open a Ticket" /> FIBRE Support</h1>
+                <div class="breadcrumbs">
+                        Support &nbsp;>&nbsp; Contact
+                </div>
        </div>
 </div>
-<div class="row">
-       <div class="col-md-12">&nbsp;</div>
-</div>
 <div class="row">
        <div class="col-md-12">
        <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.
+       You can also <a href="mailto:info@fibre.org.br">e-mail</a> us directly.
        </p>
        </div>
 </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 +32,8 @@
                {{ field.errors }} {{ field }}
            </div>
            {% endfor %}
-               <button type="submit" class="btn btn-default">Create Ticket</button>
+               <button type="submit" class="btn btn-onelab">Create ticket</button>
+                <button type="button" class="btn btn-onelab" onclick="window.location.href='/'">  Home  </button>
                </form>
        </div>
 </div>