F4f Review changes
[unfold.git] / portal / templates / contact_sent.html
index c1d0d7d..2cdeccf 100644 (file)
@@ -2,13 +2,17 @@
 
 {% block content %}
 <div class="row">
-       <h1><img src="{{ STATIC_URL }}img/icon_support_small.png" alt="Open a Ticket" /> OneLab Support</h1>
+       <div class="col-md-12">
+       <h1><img src="{{ STATIC_URL }}img/icon_support_small.png" alt="Open a Ticket" />Contact us</h1>
+       </div>
 </div>
 <div class="row">
-       <h2>Query Received !</h2>
+       <div class="col-md-12">
+       <h2>Query received.</h2>
        <p>
        We will study your problem and get back to you as soon as possible.
        </p>
+       </div>
 </div>
 {% endblock %}