X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fdashboard.html;h=5ca062db05c886c95d4c057c3789d5646d06444e;hb=ac74ffe04fd2d994af913018788d31b2096d895f;hp=bc4be7590864bc181fb6eadc4e153c4e60bba483;hpb=617e22de7373b54e4be9e8eacc4375247b09dc26;p=myslice.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index bc4be759..5ca062db 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -1,7 +1,6 @@ {% extends "layout-unfold1.html" %} {% block head %} - {% endblock %} {% block unfold1_main %} @@ -9,35 +8,39 @@
-
-
-

User profile

-
-
- -
-
- -
-
-

Testbeds access

-
-
- {{networks}} +
+
+
+
+

User profile

-
+
+
    + {% if person.last_name %}
  • {{person.first_name}} {{person.last_name}}
  • {% endif %} +
  • Email: {{person.email}}
  • +
+ +
+
-
-
-

Slices

-
-
- {{slices}} +
+
+

Testbeds

+
+
+ {{networks}} +
+
+ +
+
+

Slices

+
+
+ {{slices}} +
+
- {% endblock %}