diff --git a/rhodecode/templates/admin/notifications/notifications.html b/rhodecode/templates/admin/notifications/notifications.html --- a/rhodecode/templates/admin/notifications/notifications.html +++ b/rhodecode/templates/admin/notifications/notifications.html @@ -2,7 +2,10 @@ <%inherit file="/base/base.html"/> <%def name="title()"> - ${_('My Notifications')} ${c.rhodecode_user.username} · ${c.rhodecode_name} + ${_('My Notifications')} ${c.rhodecode_user.username} + %if c.rhodecode_name: + · ${c.rhodecode_name} + %endif %def> <%def name="breadcrumbs_links()"> @@ -26,13 +29,13 @@