changeset 6440:3c96eb1865e2

template: restore aria-describedby fix from ac03ae060ca0 that was lost in 8bd7a637cea0
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 18 Jan 2017 01:44:26 +0100
parents 07644836640a
children 2aac00dc5415
files kallithea/templates/base/base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
                 <b class="full_name">${c.authuser.full_name_or_username}</b>
                 <div class="email">${c.authuser.email}</div>
             </div>
-            <div class="pull-right list-group text-right">
+            <div id="quick_login_h" class="pull-right list-group text-right">
               <a class="list-group-item" href="${h.url('notifications')}">${_('Notifications')}: ${c.unread_notifications}</a>
               ${h.link_to(_('My Account'),h.url('my_account'),class_='list-group-item')}
               %if not c.authuser.is_external_auth: