layout and style changes
[myslice.git] / portal / templates / home-view.html
index 99d6464..c88902d 100644 (file)
@@ -1,6 +1,6 @@
-{% extends "layout-unfold1.html" %}
+{% extends "layout.html" %}
 
-{% block unfold_main %}
+{% block content %}
 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/registration.css" />
 <div id="home-dashboard">
        <ul class="nav nav-tabs">
@@ -15,9 +15,9 @@
                                <td>SUPPORT</td>
                        </tr>
                        <tr>
-                               <td><img src="{{ STATIC_URL }}img/icon_user_color.png" alt="" /></td>
+                               <td><a href="/portal/account"><img src="{{ STATIC_URL }}img/icon_user_color.png" alt="" /></a></td>
                                <td><img src="{{ STATIC_URL }}img/icon_slices.png" alt="" /></td>
-                               <td><img src="{{ STATIC_URL }}img/icon_support.png" alt="" /></td>
+                               <td><a href="/portal/support"><img src="{{ STATIC_URL }}img/icon_support.png" alt="" /></a></td>
                        </tr>
                        <tr>
                                <td>
@@ -41,9 +41,9 @@
                                <td>SUPPORT</td>
                        </tr>
                        <tr>
-                               <td><img src="{{ STATIC_URL }}img/icon_authority_color.png" alt="" /></td>
+                               <td><a href="/portal/institution"><img src="{{ STATIC_URL }}img/icon_authority_color.png" alt="" /></a></td>
                                <td><img src="{{ STATIC_URL }}img/icon_slices.png" alt="" /></td>
-                               <td><img src="{{ STATIC_URL }}img/icon_support.png" alt="" /></td>
+                               <td><a href="/portal/support"><img src="{{ STATIC_URL }}img/icon_support.png" alt="" /></a></td>
                        </tr>
                        <tr>
                                <td>
@@ -60,4 +60,4 @@
                </table>
        </div>
 </div>
-{% endblock unfold_main %}
+{% endblock %}