summaryrefslogtreecommitdiff
path: root/templates/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tree.html')
-rw-r--r--templates/tree.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/tree.html b/templates/tree.html
index 7215a41..6fd7dab 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -29,7 +29,6 @@ $(function() {
{% endblock %}
{% block headline %}
<a style="text-decoration: none" href="{% if name %}/name/id/{{name.id}}{% else %}/{% endif %}">{% if name %}{{name.shortname}}{% else %}{{profile.display_name}}{% endif %}</a>
-{% if name %}<div class="name">{{ name }}</div>{% endif %}
{% endblock %}
{% block title %}COIP{% if name %} - {{name.shortname}}{% endif %}{% endblock %}
{% block main %}