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:
parent
8f8f8a90e2
commit
3063adcc73
6 changed files with 119 additions and 107 deletions
9
pretalx_broadcast_tools/views/static_html.py
Normal file
9
pretalx_broadcast_tools/views/static_html.py
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue