X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/b8668727caf6da1e8425fd32334a4ec5919ce4a2..refs/heads/gilbert:/contrib/penfield/admin.py diff --git a/contrib/penfield/admin.py b/contrib/penfield/admin.py index 328394a..5aee6f8 100644 --- a/contrib/penfield/admin.py +++ b/contrib/penfield/admin.py @@ -127,7 +127,7 @@ class NewsletterViewAdmin(EntityAdmin): 'classes': COLLAPSE_CLASSES }), ('Feeds', { - 'fields': ( 'feeds_enabled', 'feed_suffix', 'feed_type', 'item_title_template', 'item_description_template',), + 'fields': ( 'feeds_enabled', 'feed_suffix', 'feed_type', 'feed_length', 'item_title_template', 'item_description_template',), 'classes': COLLAPSE_CLASSES }) )