Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / portal / templates / slice-request-done-view.html
index 9419d13..9ab6807 100644 (file)
@@ -4,7 +4,11 @@
 
   <h1>Slice created</h1>
 
-As you are a manager of your institution, your slice has directly been created.
-
+As a manager of your institution, your slice has directly been created directly.
+<script>
+$(document).ready(function() {
+    localStorage.clear();
+});
+</script>
 {% endblock %}