Skip to content
Snippets Groups Projects
Commit cfb0ee92 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Remove usage of is_repetition in TimeslotManager

parent b02ebf38
No related branches found
No related tags found
No related merge requests found
......@@ -1049,7 +1049,6 @@ class TimeSlotManager(models.Manager):
start=parse_datetime(start),
end=parse_datetime(end),
show=show,
is_repetition=schedule.is_repetition,
schedule=schedule,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment