F4f Review changes
[unfold.git] / portal / templates / fed4fire / fed4fire_contact.html
index 600eb4a..cd2c151 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" /> Fed4Fire Support</h1>
+       <h1><img src="{{ STATIC_URL }}icons/support-xs.png" alt="Open a Ticket" />Contact us</h1>
        </div>
 </div>
 <div class="row">
 </div>
 <div class="row">
        <div class="col-md-12">
-       <p>Please check the <a href="http://doc.fed4fire.eu/support.html" target="_blank">documentation</a></p>
+       <p>     Please check our <a href="http://doc.fed4fire.eu" target="_blank">documentation.</a> 
+               Most of the basic problems are explained there. 
+       </p>
+       <p>
+               If you have problems using the portal, please check our <a href="/portal/support">FAQ</a> section.
+       </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:contact@fed4fire.eu">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 %}
@@ -30,7 +39,7 @@
                {{ field.errors }} {{ field }}
            </div>
            {% endfor %}
-               <button type="submit" class="btn btn-default">Create Ticket</button>
+               <button type="submit" class="btn btn-primary">Submit</button>
                </form>
        </div>
 </div>