Generic Templates for all portals: Migrations & Modifs
[unfold.git] / portal / templates / slice-request-done-view.html
index 0d0a03b..c848b06 100644 (file)
@@ -2,9 +2,13 @@
 
 {% block content %}
 
-  <h1>Slice created</h1>
-
-As a manager of your institution, your slice has directly been created directly.
-
+  <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 %}