From 86a3287859b4444b90597ec256998834f9f03619 Mon Sep 17 00:00:00 2001 From: joyfuI Date: Fri, 5 Feb 2021 21:35:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=9C=EC=9D=B4=EC=BF=BC=EB=A6=AC=20?= =?UTF-8?q?=EC=B5=9C=EC=86=8C=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/youtube-dl_download.html | 96 ++++++++++----------- templates/youtube-dl_list.html | 130 ++++++++++++++++------------- templates/youtube-dl_setting.html | 73 ++++++++-------- 3 files changed, 152 insertions(+), 147 deletions(-) diff --git a/templates/youtube-dl_download.html b/templates/youtube-dl_download.html index c192cfd..0921f76 100644 --- a/templates/youtube-dl_download.html +++ b/templates/youtube-dl_download.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% macro setting_select2(id, title, options, col='9', desc=None, value=None) %} +{% macro my_setting_select(id, title, options, col='9', desc=None, value=None) %} {{ macros.setting_top(title) }}