1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-11-01 09:35:49 +00:00
pretalx-plugin-broadcast-tools/pretalx_broadcast_tools/views/static_html.py

10 lines
279 B
Python
Raw Normal View History

2023-09-30 10:39:30 +00:00
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"