summaryrefslogtreecommitdiff
path: root/templates/tree.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-02-22 21:12:50 +0100
committerLeif Johansson <leifj@sunet.se>2011-02-22 21:12:50 +0100
commit6244610d840806418bf774bf771b8af28b3a19e0 (patch)
treeebc6b3d3127db06ddb5fd009e53668c5a59ee09d /templates/tree.html
parent3ff9d9544a047fc65d1666cd68fbd37f1b3aa5eb (diff)
style cleanup
Diffstat (limited to 'templates/tree.html')
-rw-r--r--templates/tree.html4
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 %}