diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index b494ca6..b885446 100644 --- a/templates/base.html +++ b/templates/base.html @@ -90,6 +90,13 @@ </ul> </div> {% endif %} + {% if name %} + <div class="ui-widget ui-state-default ui-corner-all navlist toolbar"> + <ul> + <li class="tip" title="This is the full name of the group. This is the name that will be exposed to applications.">{{ name }}</li> + </ul> + </div> + {% endif %} <div class="clear"></div> </div> <div id="content"> |