32137b6523
python3.3 and python3.4 are supported
7 lines
214 B
Python
7 lines
214 B
Python
from openslides.projector.api import register_slide_model
|
|
|
|
from .models import Motion, MotionPoll
|
|
|
|
register_slide_model(Motion, 'motion/slide.html')
|
|
register_slide_model(MotionPoll, 'motion/motionpoll_slide.html')
|