Slice req is always validated because it's under user's project on which he is a PI
[unfold.git] / portal / templates / fed4fire / fed4fire_slice-request-done-view.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4
5   <h1>Success</h1>
6
7 Your slice has been created. You can view all your slices in the <a href="/">dashboard.</a>
8 <script>
9 $(document).ready(function() {
10     localStorage.clear();
11 });
12 </script>
13 {% endblock %}
14