From d3230e8daf6af80f397ec41df2b8a3872b5b9483 Mon Sep 17 00:00:00 2001
From: James Taylor <user234683@users.noreply.github.com>
Date: Wed, 21 Oct 2020 19:58:31 -0700
Subject: Remove commenting system. Because: - Actually using it will result in
 comments being shadowbanned,   even those posted from Youtube's interfacs,
 because your account   gets downranked since no analytics are present so it
 looks like a   bot posting the comment. - It's been broken for awhile

---
 youtube/templates/post_comment.html | 20 --------------------
 1 file changed, 20 deletions(-)
 delete mode 100644 youtube/templates/post_comment.html

(limited to 'youtube/templates/post_comment.html')

diff --git a/youtube/templates/post_comment.html b/youtube/templates/post_comment.html
deleted file mode 100644
index ba6a22c..0000000
--- a/youtube/templates/post_comment.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{% set page_title = 'Post reply' if replying else 'Post comment' %}
-{% extends "base.html" %}
-{% import "comments.html" as comments %}
-
-{% block style %}
-    .comment-form{
-        width: 640px;
-        margin: auto;
-        justify-content:start;
-    }
-        textarea{
-            width: 460px;
-            height: 85px;
-        }
-{% endblock style %}
-
-{% block main %}
-    {{ comments.comment_posting_box(comment_posting_box_info) }}
-{% endblock %}
-
-- 
cgit v1.2.3