Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Add TODO's for improving admin experience for Event Content Listing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Feb 28, 2017
1 parent d588215 commit 2e1be81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions icekit_events/plugins/event_content_listing/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@


class EventContentListingAdminForm(ContentListingAdminForm):
# TODO Improve admin experience:
# - horizontal filter for `limit_to_types` choice
# - verbose_name for Content Type
# - default (required) value for No Items Message.

class Meta:
model = EventContentListingItem
Expand Down

0 comments on commit 2e1be81

Please sign in to comment.