Mercurial > public > sg101
diff gpp/gcalendar/admin.py @ 139:e04d91babfcf
Close #30. Create an admin dashboard to see pending content and requests for admin action.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 29 Nov 2009 22:33:15 +0000 |
parents | dbd703f7d63a |
children | bc657962941e |
line wrap: on
line diff
--- a/gpp/gcalendar/admin.py Fri Nov 27 21:55:32 2009 +0000 +++ b/gpp/gcalendar/admin.py Sun Nov 29 22:33:15 2009 +0000 @@ -11,7 +11,7 @@ class EventAdmin(admin.ModelAdmin): list_display = ('what', 'user', 'start_date', 'where', 'date_submitted', - 'status', 'needs_approval') + 'status', 'is_approved') list_filter = ('start_date', 'status') search_fields = ('what', 'where', 'description') raw_id_fields = ('user', )