log gpp/templates/core/admin_dashboard.html @ 151:e1d1a70d312d

age author description
Fri, 18 Dec 2009 04:30:49 +0000 Brian Neal Implement #43, various shoutbox improvements.
Wed, 09 Dec 2009 22:58:05 +0000 Brian Neal Another tweak for #30; only show the admin dashboard items if they are non-zero.
Wed, 09 Dec 2009 00:03:10 +0000 Brian Neal Tweak to #30, admin dashboard. Because of a bug in Django (9568), my dashboard appears on the login page. To get around this, pass in the user to the templatetag, so it can do a 'if user.is_staff' check. Also tweaked the HTML and CSS to show non-zero pending items in red. Shortened the pending item titles for readability.