new style, first version (header, login, dashboard)
[myslice.git] / portal / templates / dashboard.html
index 075d1d6..3ef7914 100644 (file)
@@ -1,14 +1,12 @@
 {% extends "layout-unfold1.html" %}
 
 {% block head %}
-<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/dashboard.css" />
 {% endblock %}
 
-{% block unfold1_main %}
+{% block unfold_main %}
 
 <div id='tophat_status'></div>
 <div id='ms-dashboard'>
-
   <div class="container">
     <div class="row">
       <div class='col-xs-4' id="ms-dashboard-profile">
@@ -18,7 +16,7 @@
        <div class='ms-dashboard-content'>
          <ul>
            {% if person.last_name %} <li><span id='username'>{{person.first_name}} {{person.last_name}}</span></li> {% endif %}
-           <li><b>Email: </b><a href='mailto:#'>{{person.email}}</a></li>
+           <li><b>Email: </b><a href='mailto:{{person.email}}'>{{person.email}}</a></li>
          </ul>
          <button id="account" onclick="location.href='/portal/account/'" class="btn btn-default">Modify</button>
        </div>
@@ -29,7 +27,7 @@
                        <h2>Testbeds</h2>
                </div>
                <div class='ms-dashboard-content' id='tophat__list__platform__network_name'>
-               {{networks}}
+               {{testbeds}}
                </div>
    </div>