From 4844fa6d658bbe4964e906b44c3b459f9c4507c9 Mon Sep 17 00:00:00 2001 From: zrose584 <57181548+zrose584@users.noreply.github.com> Date: Sat, 10 Oct 2020 19:01:44 +0200 Subject: add comments.js to /comments --- youtube/templates/comments_page.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/youtube/templates/comments_page.html b/youtube/templates/comments_page.html index 2984f1e..269ac83 100644 --- a/youtube/templates/comments_page.html +++ b/youtube/templates/comments_page.html @@ -48,6 +48,11 @@ More comments {% endif %} + + {% if settings.use_comments_js %} + + + {% endif %} {% endblock main %} -- cgit v1.2.3