added a button link to my account on the dashboard and set min height in css
[myslice.git] / portal / templates / dashboard.html
index bc4be75..9ba4c4e 100644 (file)
@@ -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='account'" class="btn">Modify</button>
     </div>
   </div>