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 %}