Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into fibre
[myslice.git] / portal / templates / fibre / fibre_slice-request-ack-view.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4
5 <h1><img src="{{ STATIC_URL }}icons/slices-xs.png" alt="Slice" /> Slice request sent</h1>
6
7 We will process your request and get back to you as soon as possible.
8 <p></p>
9 <p></p>
10 <button type="button" class="btn btn-onelab" onclick="window.location.href='/'">Home</button>
11
12 {% endblock %}
13