From 419ea53e721618687f8bad03de9e8213026ce62e Mon Sep 17 00:00:00 2001 From: gfawcett Date: Tue, 28 Dec 2010 00:40:55 +0000 Subject: [PATCH] call 'maybe_refresh_external_memberships' on every page load. This is a typically fast call. Usually, it just reads the user profile to check a timestamp. At most once per hour, it will make an external call to see if the user's external-group memberships have changed. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1123 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/templates/master.xhtml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conifer/templates/master.xhtml b/conifer/templates/master.xhtml index e357f36..d33cb35 100644 --- a/conifer/templates/master.xhtml +++ b/conifer/templates/master.xhtml @@ -52,9 +52,10 @@ from django.conf import settings
- Welcome, ${user.first_name or user.username}! - Log Out - • Preferences + + Welcome, ${user.first_name or user.username}! + Log Out + • Preferences
Welcome! -- 2.11.0