Skip to content

Commit d98e2ab

Browse files
renzonrenzon
authored andcommitted
Fixed to work at least for first blank webinar
close #2153 Fiz doesn't work for dynamically added inlines
1 parent c45ca15 commit d98e2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonpro/cohorts/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class StudentInline(admin.TabularInline):
1919

2020

2121
class WebinarInline(admin.StackedInline):
22-
extra = 0
22+
extra = 1
2323
model = Webinar
2424
ordering = ('start',)
2525
prepopulated_fields = {'slug': ('title',)}

0 commit comments

Comments
 (0)