From 3fa5ed725ee36a5ba272c130d2b3fb4e3559fcac Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 7 Apr 2023 19:29:21 +0700 Subject: [PATCH] fix missing progress script for channel notification --- tubearchivist/home/templates/home/channel_id_about.html | 1 + tubearchivist/home/templates/home/channel_id_playlist.html | 1 + 2 files changed, 2 insertions(+) diff --git a/tubearchivist/home/templates/home/channel_id_about.html b/tubearchivist/home/templates/home/channel_id_about.html index ac6a66c7..1a9b782f 100644 --- a/tubearchivist/home/templates/home/channel_id_about.html +++ b/tubearchivist/home/templates/home/channel_id_about.html @@ -131,4 +131,5 @@ + {% endblock content %} \ No newline at end of file diff --git a/tubearchivist/home/templates/home/channel_id_playlist.html b/tubearchivist/home/templates/home/channel_id_playlist.html index 609883ed..cf07f003 100644 --- a/tubearchivist/home/templates/home/channel_id_playlist.html +++ b/tubearchivist/home/templates/home/channel_id_playlist.html @@ -66,4 +66,5 @@ {% endif %} + {% endblock content %} \ No newline at end of file