X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=portal%2Ftemplates%2Fdashboard.html;h=972e4b1b4147815d7654320acd214c5a857096d1;hb=c33f536cc523e21c29cf06d0c906009b01b6f576;hp=9ba4c4e3f737d749c0fa1f6382815f5134833b73;hpb=33438ecdb2c04d0a861ddbbd26f8ac6bde8e4583;p=myslice.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index 9ba4c4e3..972e4b1b 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -9,36 +9,39 @@
-
-
-

User profile

-
-
- - -
-
+
+
+
+
+

User profile

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

Testbeds access

-
-
- {{networks}} +
+
+

Testbeds

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

Slices

-
-
- {{slices}} +
+
+

Slices

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