Added feed_length to BlogViewAdmin.
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 3 Mar 2011 22:10:16 +0000 (17:10 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 3 Mar 2011 22:14:13 +0000 (17:14 -0500)
contrib/penfield/admin.py

index 5aee6f8..c70cf46 100644 (file)
@@ -62,7 +62,7 @@ class BlogViewAdmin(EntityAdmin):
                        'classes': COLLAPSE_CLASSES
                }),
                ('Feed Settings', {
-                       '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
                })
        )