allow self signed certificates
[unfold.git] / portal / templates / smartfire / smartfire_widget-topmenu.html
index 8a7c054..de34e32 100644 (file)
@@ -19,7 +19,7 @@
                                                        </ul>
                                        </div>
                                </li>
-                               {%if 'is_pi'  in pi %}  
+                               {%if pi %}      
                                <li id="nav-institution" class=""><a href="/institution">MANAGEMENT</a></li>
                                 {%endif%}
                                <li><a href="/support/">SUPPORT</a></li>
@@ -32,8 +32,8 @@
                <div class="col-sm-5 col-md-5 secondary">
                        <ul>
                                
-                               <li><a target="_blank" href="http://status.testbeds.eu">Services Status</a></li>
-                               <li><a target="_blank" href="http://testbeds.eu">Web site</a></li>
+                               <!--<li><a target="_blank" href="http://status.testbeds.eu">Services Status</a></li> -->
+                               <li><a target="_blank" href="http://eukorea-fire.eu">Web site</a></li>
                        </ul>
                        {% if username %}
                        <div class="account">You are logged in as &nbsp;<a href="/account/">{{ username }}</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a id="logout" style="cursor:pointer;" data-username="{{ username }}"><span class="glyphicon glyphicon-off"></span> Logout</a></div>