Skip to content

Commit

Permalink
🚑 change itens per page in bill segments inline
Browse files Browse the repository at this point in the history
  • Loading branch information
erivanio committed Feb 20, 2018
1 parent 8751c4c commit 8e31a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikilegis/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class BillSegmentInline(admin.TabularInline):
'supress_amendments_count', 'amendments_count', 'upvote_count',
'downvote_count', 'comments_count', 'participation_count']
fields = ['id', 'order', 'parent', 'segment_type', 'number', 'content']
per_page = 20
per_page = 30
readonly_fields = ('id',)
raw_id_fields = ("parent",)

Expand Down

0 comments on commit 8e31a24

Please sign in to comment.