expand maximum timerange for add/note to 12 weeks in the future
Compare changes
+ 2
− 2
@@ -46,14 +46,14 @@ class NoteAdmin(admin.ModelAdmin):
@@ -46,14 +46,14 @@ class NoteAdmin(admin.ModelAdmin):
kwargs['queryset'] = TimeSlot.objects.filter(show__in=shows, note__isnull=True, start__gt=four_weeks_ago,