aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
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 56a6a01..dfab369 100644
--- a/settings.py
+++ b/settings.py
@@ -134,6 +134,13 @@ For security reasons, enabling this is not recommended.''',
'default': True,
'comment': '',
}),
+
+ ('use_comments_js', {
+ 'label': 'Enable comments.js',
+ 'type': bool,
+ 'default': True,
+ 'comment': '',
+ }),
('theme', {
'type': int,