Skip to content

Commit abb6086

Browse files
committed
Example
1 parent bf47a62 commit abb6086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/blog/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class CommentInline(admin.TabularInline):
66
model = Comment
7-
extra = 2
7+
extra = 0
88

99
fields = ('content',)
1010

0 commit comments

Comments
 (0)