Fix bug NST is not shown in Netslice Templates list
[osm/LW-UI.git] / template / left_sidebar_base.html
index 2ed2e2a..d2f4b56 100644 (file)
@@ -8,10 +8,7 @@
             {% url "home" as  home_url %}
             <li {% if request.get_full_path == home_url %} class="active" {% endif %} ><a href='{% url "home" %}'><i class="fa fa-home fa-fw"></i><span>Home</span></a></li>
             {% url "projects:projects_list" as  projects_list_url %}
-            <li {% if request.get_full_path == projects_list_url %} class="active" {% endif %}><a href='{% url "projects:projects_list" %}'><i class="fa fa-code fa-fw"></i><span>Projects</span></a></li>
-            {% url "vim:list" as  vims_list_url %}
-            <li {% if request.get_full_path == vims_list_url %} class="active" {% endif %}><a href='{% url "vim:list" %}'><i class="fa fa-th-list fa-fw"></i><span>VIM Accounts</span></a></li>
-
+            <li {% if request.get_full_path == projects_list_url %} class="active" {% endif %}><a href='{% url "projects:projects_list" %}'><i class="fa fa-th-list fa-fw"></i><span>Projects</span></a></li>
 
 
             {% block left_sidebar_base %}