From 57c37a57e9c65b16ac4a9bafc4ce45b7dd82ac26 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 15 Sep 2019 14:55:57 -0700 Subject: Add optional javascript for adding videos to playlists without the browser cancelling loading of the video, and to display a status message --- youtube/templates/base.html | 71 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) (limited to 'youtube/templates/base.html') diff --git a/youtube/templates/base.html b/youtube/templates/base.html index 9127efa..79bff96 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -3,7 +3,7 @@ {{ page_title }} - + @@ -103,6 +103,75 @@ +
{% block main %} -- cgit v1.2.3