diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 19:05:24 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 19:05:24 -0700 |
commit | 00e4951fd089353d54ce193c80aa75d2e2bcc073 (patch) | |
tree | 2a27e8fc7d7cd28ce5bac6cd2fdf40b284a7614e /youtube/__init__.py | |
parent | 2435bcaeb103f0f03b64edb7af4c3c64bdcd8877 (diff) | |
download | yt-local-00e4951fd089353d54ce193c80aa75d2e2bcc073.tar.lz yt-local-00e4951fd089353d54ce193c80aa75d2e2bcc073.tar.xz yt-local-00e4951fd089353d54ce193c80aa75d2e2bcc073.zip |
Layout: Add links to homepage
Diffstat (limited to 'youtube/__init__.py')
-rw-r--r-- | youtube/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/__init__.py b/youtube/__init__.py index e620827..ded6382 100644 --- a/youtube/__init__.py +++ b/youtube/__init__.py @@ -4,4 +4,4 @@ yt_app.url_map.strict_slashes = False @yt_app.route('/') def homepage(): - return flask.render_template('base.html', title="Youtube local") + return flask.render_template('home.html', title="Youtube local") |