diff options
author | James Taylor <28744867+user234683@users.noreply.github.com> | 2020-10-11 18:52:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 18:52:34 -0700 |
commit | 2cfc6dec39ccdcc0c5fe2eea73f47b7040e51833 (patch) | |
tree | 7bad2fcf78184195bab8472acace235377ef7eed /youtube/__init__.py | |
parent | e182cf82839c7de137b05ba347fed7767d554020 (diff) | |
parent | 643a0e8659b7358bb2c06cc707e36b82b949c912 (diff) | |
download | yt-local-2cfc6dec39ccdcc0c5fe2eea73f47b7040e51833.tar.lz yt-local-2cfc6dec39ccdcc0c5fe2eea73f47b7040e51833.tar.xz yt-local-2cfc6dec39ccdcc0c5fe2eea73f47b7040e51833.zip |
Merge pull request #23 from zrose584/comments_js
add comments.js for comment replies
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 9038634..3c271f1 100644 --- a/youtube/__init__.py +++ b/youtube/__init__.py @@ -26,6 +26,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') |