diff kallithea/templates/admin/notifications/notifications.html @ 4197:d208416c84c6 kallithea-2.2.5-rebrand

Rename rhodecode_user to authuser - it is an AuthUser instance
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:05:10 -0400
parents d1addaf7a91e
children a540f7e69c82
line wrap: on
line diff
--- a/kallithea/templates/admin/notifications/notifications.html	Wed Jul 02 19:05:00 2014 -0400
+++ b/kallithea/templates/admin/notifications/notifications.html	Wed Jul 02 19:05:10 2014 -0400
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('My Notifications')} ${c.rhodecode_user.username}
+    ${_('My Notifications')} ${c.authuser.username}
     %if c.rhodecode_name:
         &middot; ${c.rhodecode_name}
     %endif