Slice req is always validated because it's under user's project on which he is a PI
authorYasin Rahman <mohammed-yasin.rahman@lip6.fr>
Fri, 10 Apr 2015 15:42:54 +0000 (17:42 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 16 Apr 2015 09:01:03 +0000 (11:01 +0200)
portal/templates/fed4fire/fed4fire_slice-request-done-view.html [new file with mode: 0644]

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 %}
+