9ab6807b251ba5a51a3776c3502609ce6c9e195d
[unfold.git] / portal / templates / slice-request-done-view.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4
5   <h1>Slice created</h1>
6
7 As a manager of your institution, your slice has directly been created directly.
8 <script>
9 $(document).ready(function() {
10     localStorage.clear();
11 });
12 </script>
13 {% endblock %}
14