layout and style changes
[myslice.git] / portal / templates / contact_sent.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4 <div class="row">
5         <h1><img src="{{ STATIC_URL }}img/icon_support_small.png" alt="Open a Ticket" /> OneLab Support</h1>
6 </div>
7 <div class="row">
8         <h2>Query Received !</h2>
9         <p>
10         We will study your problem and get back to you as soon as possible.
11         </p>
12 </div>
13 {% endblock %}
14