From edc86859e755d949919d4cf9fd82689ae31e60ef Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 17 Dec 2010 23:18:38 +0100 Subject: make the root namespace display ok --- templates/apps/name/name.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/apps/name/name.html') diff --git a/templates/apps/name/name.html b/templates/apps/name/name.html index c746e44..56d4229 100644 --- a/templates/apps/name/name.html +++ b/templates/apps/name/name.html @@ -14,6 +14,9 @@ }); {% endblock %} {% block content %} + {% if not name %} +

This is the top of the namespace

+ {% endif %} {% if name.description %}
-- cgit v1.1