From 20a85fa6220fdcd45c9789aec977445cf71e3b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 6 May 2021 17:00:49 -0500 Subject: update patch public --- core/0001.patch | 54 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 40 insertions(+), 14 deletions(-) (limited to 'core') diff --git a/core/0001.patch b/core/0001.patch index e4b19fc..8660afe 100644 --- a/core/0001.patch +++ b/core/0001.patch @@ -256,24 +256,50 @@ index 7a7ce9e..4749d4c 100644 - {% endblock main %} diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html -index 92cd024..c8eb603 100644 +deleted file mode 100644 +index 62a8bed..0000000 --- a/youtube/templates/subscription_manager.html -+++ b/youtube/templates/subscription_manager.html -@@ -16,52 +16,5 @@ - {% endmacro %} - - {% block main %} ++++ /dev/null +@@ -1,77 +0,0 @@ +-{% set page_title = 'Subscription Manager' %} +-{% extends "base.html" %} +-{% block style %} +- +-{% endblock style %} +- +- +-{% macro subscription_list(sub_list) %} +- {% for subscription in sub_list %} +-
  • +- +- {{ subscription['channel_name'] }} +- {{ ', '.join(subscription['tags']) }} +-
  • +- {% endfor %} +-{% endmacro %} +- +-{% block main %} -
    -
    -

    Import subscriptions

    -- -- +-
    +- +- +-
    -
    - -- +-
    +-

    Export subscriptions

    +-
    +- +- +- +- +-
    +-
    -
    - -
    @@ -310,8 +336,8 @@ index 92cd024..c8eb603 100644 - {{ subscription_list(sub_list) }} - - {% endif %} - - {% endblock main %} +- +-{% endblock main %} diff --git a/youtube/templates/subscriptions.html b/youtube/templates/subscriptions.html index b528e5c..6302fcc 100644 --- a/youtube/templates/subscriptions.html -- cgit v1.2.3