diff options
Diffstat (limited to 'templates/tree.html')
-rw-r--r-- | templates/tree.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tree.html b/templates/tree.html index f7a18cb..8bcdfd9 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -41,7 +41,7 @@ $(function() { {% endif %} <div id="jstree"></div> </div> - <div id="related"> + <!-- div id="related"> {% if name and name.links %} <h3 style="float: left;">Related resources</h3> {% if render.edit %} @@ -58,7 +58,7 @@ $(function() { </ul> <div class="clear"></div> {% endif %} - </div> + </div --> </div> <div id="right"> {% block content %}{% endblock %} |