From 2360958862125eebcfebcd9a015874e829a5218f Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 1 Sep 2021 19:57:19 -0700 Subject: Subscriptions manager: Make file input required MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This avoids an ugly error if the user forgets to select a file Signed-off-by: Jesús --- youtube/templates/subscription_manager.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html index cf51a9b..5db5d8d 100644 --- a/youtube/templates/subscription_manager.html +++ b/youtube/templates/subscription_manager.html @@ -20,7 +20,7 @@

Import subscriptions

- +
-- cgit v1.2.3