log gpp/templates/admin/base_site.html @ 172:0fa78ef80356

age author description
2009-12-09 Brian Neal Another tweak for #30; only show the admin dashboard items if they are non-zero.
2009-12-09 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.
2009-12-06 Brian Neal Rework r149 for #30. Got rid of the custom index. Put my dashboard in the nav-global block instead.
2009-11-29 Brian Neal Close #30. Create an admin dashboard to see pending content and requests for admin action.
2009-04-06 gremmie Initial import of sg101 stuff from private repository.