diff options
author | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-07 19:03:22 +0200 |
---|---|---|
committer | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-07 20:32:57 +0200 |
commit | debc11931fe1102f17852fd082d0dac50d477ce9 (patch) | |
tree | a0d13036eaf138e3dbfa94942b305fd8534d5361 /youtube/__init__.py | |
parent | 9123d9a6cfa2af511b17591541ab2e67aa83475f (diff) | |
download | yt-local-debc11931fe1102f17852fd082d0dac50d477ce9.tar.lz yt-local-debc11931fe1102f17852fd082d0dac50d477ce9.tar.xz yt-local-debc11931fe1102f17852fd082d0dac50d477ce9.zip |
add comments.js
Diffstat (limited to 'youtube/__init__.py')
-rw-r--r-- | youtube/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/__init__.py b/youtube/__init__.py index 6c2ec48..c2ce276 100644 --- a/youtube/__init__.py +++ b/youtube/__init__.py @@ -25,6 +25,7 @@ theme_names = { def inject_theme_preference(): return { 'theme_path': '/youtube.com/static/' + theme_names[settings.theme] + '.css', + 'settings': settings, } @yt_app.template_filter('commatize') |