diff options
-rw-r--r-- | core/0001.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/0001.patch b/core/0001.patch index 25811a0..83c97f7 100644 --- a/core/0001.patch +++ b/core/0001.patch @@ -1,5 +1,5 @@ diff --git a/settings.py b/settings.py -index a2373da..7d25432 100644 +index ee46733..9c44ec8 100644 --- a/settings.py +++ b/settings.py @@ -456,6 +456,6 @@ def settings_page(): @@ -11,7 +11,7 @@ index a2373da..7d25432 100644 else: flask.abort(400) diff --git a/youtube/__init__.py b/youtube/__init__.py -index 3c85d47..05fa3a5 100644 +index 3977464..60cfcc0 100644 --- a/youtube/__init__.py +++ b/youtube/__init__.py @@ -13,9 +13,6 @@ yt_app.url_map.strict_slashes = False @@ -23,7 +23,7 @@ index 3c85d47..05fa3a5 100644 - @yt_app.route('/') def homepage(): - return flask.render_template('home.html', title="Youtube local") + return flask.render_template('home.html', title="YT Local") diff --git a/youtube/static/channel.css b/youtube/static/channel.css index ada086d..3d2d36a 100644 --- a/youtube/static/channel.css @@ -133,7 +133,7 @@ index b141b91..310b0e7 100644 .item-video { diff --git a/youtube/templates/base.html b/youtube/templates/base.html -index 7b32d76..5f60b40 100644 +index 012151f..760a113 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -117,22 +117,6 @@ |