diff --git a/app/YtManagerApp/templates/YtManagerApp/video.html b/app/YtManagerApp/templates/YtManagerApp/video.html index 2b1fe43..823e002 100644 --- a/app/YtManagerApp/templates/YtManagerApp/video.html +++ b/app/YtManagerApp/templates/YtManagerApp/video.html @@ -42,24 +42,38 @@
Manage video
+

+ + Watch on YouTube + +

+ {% if object.watched %} - - Mark not watched - +

+ + Mark not watched + +

{% else %} - - Mark watched - +

+ + Mark watched + +

{% endif %} {% if object.downloaded_path %} +

Delete downloaded +

{% else %} +

Download +

{% endif %}