From b1940c761d55511b6d93897297c1d6971da863e9 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Wed, 23 Jul 2014 13:46:39 -0300 Subject: [PATCH] Institution page: wip to fix --- portal/templates/fibre/fibre_institution.html | 47 +------------------ .../fibre/fibre_management-tab-about.html | 10 ++-- 2 files changed, 8 insertions(+), 49 deletions(-) diff --git a/portal/templates/fibre/fibre_institution.html b/portal/templates/fibre/fibre_institution.html index 09b90719..c8a668f1 100644 --- a/portal/templates/fibre/fibre_institution.html +++ b/portal/templates/fibre/fibre_institution.html @@ -28,50 +28,6 @@
-
-
- {{authority.name}} -
-
-

{{authority.name}}

-

- {{authority.address}}
- {{authority.postcode}} {{authority.city}}
- {{authority.country}} -

-
-

Onelab membership

-

- {{ authority.onelab_membership }} -

-
-
-

Legal Contact:

-

- {% for c in authority_contacts.legal %} - {{ c }}
- {% endfor %} -

-
-

Scientific Contact:

-

- {% for c in authority_contacts.scientific %} - {{ c }}
- {% endfor %} -

-
-

Technical Contact:

-

- {% for c in authority_contacts.technical %} - {{ c }}
- {% endfor %} -

-
-
@@ -205,7 +161,7 @@ $(document).ready(function() { {% endif %} }); // End document.ready -/* + $(document).ready(function() { $('.nav-tabs a').click(function (e) { e.preventDefault(); @@ -221,6 +177,5 @@ $(document).ready(function() { $('.nav-tabs a[href=#about]').click(); } }); -*/ {% endblock %} diff --git a/portal/templates/fibre/fibre_management-tab-about.html b/portal/templates/fibre/fibre_management-tab-about.html index 30fd067c..687b7de3 100644 --- a/portal/templates/fibre/fibre_management-tab-about.html +++ b/portal/templates/fibre/fibre_management-tab-about.html @@ -38,8 +38,12 @@ {% endfor %}

- -- 2.43.0