mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-04-29 04:31:05 +00:00
add basic "room timer" page
This commit is contained in:
parent
c0b3bdb55e
commit
9d92add067
7 changed files with 169 additions and 4 deletions
|
@ -7,3 +7,7 @@ class BroadcastToolsLowerThirdsView(TemplateView):
|
|||
|
||||
class BroadcastToolsRoomInfoView(TemplateView):
|
||||
template_name = "pretalx_broadcast_tools/room_info.html"
|
||||
|
||||
|
||||
class BroadcastToolsRoomTimerView(TemplateView):
|
||||
template_name = "pretalx_broadcast_tools/room_timer.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue