summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/apps/name/name.html1
-rw-r--r--templates/tree.html5
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/apps/name/name.html b/templates/apps/name/name.html
index 763afbf..c746e44 100644
--- a/templates/apps/name/name.html
+++ b/templates/apps/name/name.html
@@ -14,7 +14,6 @@
});
{% endblock %}
{% block content %}
- <p>{{ name }}</p>
{% if name.description %}
<div class="ui-widget">
<div class="ui-state-highlight ui-corner-all infopanel">
diff --git a/templates/tree.html b/templates/tree.html
index bd64654..7215a41 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -27,7 +27,10 @@ $(function() {
});
</script>
{% 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>{% 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 %}
{% if name %}