Show More
@@ -364,6 +364,8 b'' | |||||
364 | aria-expanded="false" aria-controls="quick_login" |
|
364 | aria-expanded="false" aria-controls="quick_login" | |
365 | %if c.authuser.username != 'default': |
|
365 | %if c.authuser.username != 'default': | |
366 | href="${h.url('notifications')}" |
|
366 | href="${h.url('notifications')}" | |
|
367 | %else: | |||
|
368 | href="#" | |||
367 | %endif |
|
369 | %endif | |
368 | > |
|
370 | > | |
369 | ${h.gravatar_div(c.authuser.email, size=20, div_class="icon", div_style="display:inline", div_aria_hidden="true")} |
|
371 | ${h.gravatar_div(c.authuser.email, size=20, div_class="icon", div_style="display:inline", div_aria_hidden="true")} |
General Comments 0
You need to be logged in to leave comments.
Login now