Generic Templates for all portals: Migrations & Modifs
[unfold.git] / portal / templates / slice-request-done-view.html
index f3293ad..c848b06 100644 (file)
@@ -1,10 +1,14 @@
-{% extends "layout-unfold1.html" %}
+{% extends "layout.html" %}
 
-{% block unfold_main %}
+{% block content %}
 
-  <h1>Slice created !</h1>
-
-As you are a PI of the site, you slice has directly been created.
+  <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 %}