aboutsummaryrefslogtreecommitdiffstats
path: root/core/0001.patch
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-06-10 16:54:55 -0500
committerJesús <heckyel@hyperbola.info>2021-06-10 16:54:55 -0500
commit5ee330f66a59bdc4c34195eb66c3cb0b693aa0bd (patch)
tree25f506778f3b1b9b1b91d6695d338539bcd3bd5d /core/0001.patch
parent3bf44ab573bcdab5c723ca655c6a0b742435d7c2 (diff)
downloadyt-local-docker-5ee330f66a59bdc4c34195eb66c3cb0b693aa0bd.tar.lz
yt-local-docker-5ee330f66a59bdc4c34195eb66c3cb0b693aa0bd.tar.xz
yt-local-docker-5ee330f66a59bdc4c34195eb66c3cb0b693aa0bd.zip
update patch
Diffstat (limited to 'core/0001.patch')
-rw-r--r--core/0001.patch8
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 @@