From 91744872798085327e2145b2704781996723c64b Mon Sep 17 00:00:00 2001 From: Yasin Rahman Date: Fri, 10 Apr 2015 17:42:54 +0200 Subject: [PATCH] Slice req is always validated because it's under user's project on which he is a PI --- .../fed4fire/fed4fire_slice-request-done-view.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 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 index 00000000..c848b06d --- /dev/null +++ b/portal/templates/fed4fire/fed4fire_slice-request-done-view.html @@ -0,0 +1,14 @@ +{% extends "layout.html" %} + +{% block content %} + +

Success

+ +Your slice has been created. You can view all your slices in the dashboard. + +{% endblock %} + -- 2.43.0