aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorzrose584 <57181548+zrose584@users.noreply.github.com>2020-10-07 19:03:22 +0200
committerzrose584 <57181548+zrose584@users.noreply.github.com>2020-10-07 20:32:57 +0200
commitdebc11931fe1102f17852fd082d0dac50d477ce9 (patch)
treea0d13036eaf138e3dbfa94942b305fd8534d5361 /settings.py
parent9123d9a6cfa2af511b17591541ab2e67aa83475f (diff)
downloadyt-local-debc11931fe1102f17852fd082d0dac50d477ce9.tar.lz
yt-local-debc11931fe1102f17852fd082d0dac50d477ce9.tar.xz
yt-local-debc11931fe1102f17852fd082d0dac50d477ce9.zip
add comments.js
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 942f79c..fffe6f2 100644
--- a/settings.py
+++ b/settings.py
@@ -128,6 +128,13 @@ For security reasons, enabling this is not recommended.''',
'comment': '',
}),
+ ('use_comments_js', {
+ 'label': 'Enable comments.js',
+ 'type': bool,
+ 'default': True,
+ 'comment': '',
+ }),
+
('theme', {
'type': int,
'default': 0,