Merge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan
[myslice.git] / portal / templates / dashboard.html
index 14892f3..df5c211 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "layout-unfold1.html" %}
 
 {% block head %}
-<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/dashboard.css" />
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/dashboard.css" />
 {% endblock %}
 
 {% block unfold1_main %}
@@ -18,6 +18,7 @@
         <li><span id='username'>{{person.first_name}} {{person.last_name}}</span></li>
         <li><b>Email: </b><a href='mailto:#'>{{person.email}}</a></li>
       </ul>
+      <button id="account" onclick="location.href='{{URL}}/portal/account'" class="btn">Modify</button>
     </div>
   </div>