mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-01 04:35:48 +00:00
9 lines
279 B
Python
9 lines
279 B
Python
from django.views.generic.base import TemplateView
|
|
|
|
|
|
class BroadcastToolsLowerThirdsView(TemplateView):
|
|
template_name = "pretalx_broadcast_tools/lower_thirds.html"
|
|
|
|
|
|
class BroadcastToolsRoomInfoView(TemplateView):
|
|
template_name = "pretalx_broadcast_tools/room_info.html"
|