patch: update
This commit is contained in:
parent
70b1124922
commit
1526049de1
@ -1,8 +1,8 @@
|
||||
diff --git a/settings.py b/settings.py
|
||||
index c97e3d8..76b7065 100644
|
||||
index fdaebc7..9154055 100644
|
||||
--- a/settings.py
|
||||
+++ b/settings.py
|
||||
@@ -491,6 +491,6 @@ def settings_page():
|
||||
@@ -502,6 +502,6 @@ def settings_page():
|
||||
for func, old_value, value in to_call:
|
||||
func(old_value, value)
|
||||
|
||||
@ -133,7 +133,7 @@ index 116dbae..6e4e645 100644
|
||||
|
||||
.item-video {
|
||||
diff --git a/youtube/templates/base.html b/youtube/templates/base.html
|
||||
index 8795027..e8f567b 100644
|
||||
index 045d85d..d3c1bd6 100644
|
||||
--- a/youtube/templates/base.html
|
||||
+++ b/youtube/templates/base.html
|
||||
@@ -126,22 +126,6 @@
|
||||
@ -257,7 +257,7 @@ index 7a7ce9e..4749d4c 100644
|
||||
{% endblock main %}
|
||||
diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html
|
||||
deleted file mode 100644
|
||||
index 62a8bed..0000000
|
||||
index 5e240b2..0000000
|
||||
--- a/youtube/templates/subscription_manager.html
|
||||
+++ /dev/null
|
||||
@@ -1,77 +0,0 @@
|
||||
@ -283,7 +283,7 @@ index 62a8bed..0000000
|
||||
- <form class="subscriptions-import-form" enctype="multipart/form-data" action="/youtube.com/import_subscriptions" method="POST">
|
||||
- <h2>Import subscriptions</h2>
|
||||
- <div class="subscriptions-import-options">
|
||||
- <input type="file" id="subscriptions-import" accept="application/json, application/xml, text/x-opml" name="subscriptions_file">
|
||||
- <input type="file" id="subscriptions-import" accept="application/json, application/xml, text/x-opml, text/csv" name="subscriptions_file">
|
||||
- <input type="submit" value="Import">
|
||||
- </div>
|
||||
- </form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user