1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2025-06-07 13:42:22 +00:00

move views into dedicated files

This commit is contained in:
Franzi 2023-09-30 12:39:30 +02:00
parent 8f8f8a90e2
commit 3063adcc73
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 119 additions and 107 deletions

View file

@ -0,0 +1,9 @@
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"