@@ -253,7 +253,7 @@ class Schedule(TimeStampedModel):
blank=False,default=True,
help_text="Toggle to False if the schedule should never be removed in the backend. By default, all schedules are automatically deleted after they have expired.")
# Boolean for if this schedule should become the main schedule at the point
# it goes live
# it goes live
promote_to_main=models.BooleanField('Schedule for promotion?',
blank=False,default=False,
help_text="Upon the start of the schedule, it will be promoted to become the main schedule of the Facility it is attached to rather than a special schedule.")
...
...
@@ -269,7 +269,7 @@ class Schedule(TimeStampedModel):
else:
# Loop through all the open times that correspond to this schedule