0752d476e4
* Remove headers * Changed lineendings to linux style in AUTHORS and CHANGELOG
9 lines
235 B
Python
9 lines
235 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from openslides.projector.api import register_slide_model
|
|
|
|
from .models import Group, User
|
|
|
|
register_slide_model(User, 'participant/user_slide.html')
|
|
register_slide_model(Group, 'participant/group_slide.html')
|