X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fdashboard.html;h=cb9264bfdac70c50b29ea759d4fac86cb9e78b20;hb=4d5205bf399e5a1f656654e5c30678934ab202f7;hp=df5c2119bb6185a642f643dcb18df636290bf102;hpb=8bfd19e0841658b5e221e903d5596aca72470721;p=unfold.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index df5c2119..cb9264bf 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 %}