diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index a212afb..742e5ab 100644 --- a/templates/base.html +++ b/templates/base.html @@ -63,7 +63,7 @@ {% if name %} <div style="float: left;" class="navlist toolbar"> <ul> - <li class="button"><a class="tip" title="This is the full name of the group. This is the name that will be exposed to applications." href="/name/id/{{name.id}}">{{ name }}</a></li> + <li class="button"><a class="tip" title="This is the full name of the group. This is the name that will be exposed to applications." href="{{name.url}}">{{ name }}</a></li> </ul> </div> {% endif %} |