# HG changeset patch # User Mads Kiilerich # Date 1484700266 -3600 # Node ID 3c96eb1865e215b6c1139f86a59de8191a71489f # Parent 07644836640a7485887c30f2e878dec4bfd6e466 template: restore aria-describedby fix from ac03ae060ca0 that was lost in 8bd7a637cea0 diff -r 07644836640a -r 3c96eb1865e2 kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html Sat Jan 14 21:42:30 2017 +0100 +++ b/kallithea/templates/base/base.html Wed Jan 18 01:44:26 2017 +0100 @@ -406,7 +406,7 @@ ${c.authuser.full_name_or_username}
${c.authuser.email}
-
+
${_('Notifications')}: ${c.unread_notifications} ${h.link_to(_('My Account'),h.url('my_account'),class_='list-group-item')} %if not c.authuser.is_external_auth: