Skip to content
Snippets Groups Projects
Commit a7e691e6 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Commit

parent cf0bb893
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -202,9 +202,10 @@ class LessonElementContainer(object):
Saves the lesson element object and the room (from time object)
"""
def __init__(self, element, room):
def __init__(self, element, room, substitution=None):
self.element = element
self.room = room
self.substitution = substitution
def get_lesson_by_id(id):
......
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