From 9716feab339fde7990d786f734fed5cef1da829b Mon Sep 17 00:00:00 2001 From: scoobybejesus <21372487+scoobybejesus@users.noreply.github.com> Date: Sat, 7 Aug 2021 22:36:47 -0400 Subject: [PATCH] Script to open websocket for #now_playing updates --- ircradio/templates/base.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/ircradio/templates/base.html b/ircradio/templates/base.html index 7c4cd48..e13f44e 100644 --- a/ircradio/templates/base.html +++ b/ircradio/templates/base.html @@ -30,9 +30,29 @@ IRC!Radio + + + {% block content %} {% endblock %} - \ No newline at end of file +