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
diff --git a/portal/templates/fed4fire/fed4fire_slice-request-done-view.html b/portal/templates/fed4fire/fed4fire_slice-request-done-view.html
new file mode 100644 (file)
index 0000000..c848b06
--- /dev/null
@@ -0,0 +1,14 @@
+{% extends "layout.html" %}
+
+{% block content %}
+
+  <h1>Success</h1>
+
+Your slice has been created. You can view all your slices in the <a href="/">dashboard.</a>
+<script>
+$(document).ready(function() {
+    localStorage.clear();
+});
+</script>
+{% endblock %}
+