diff --git a/app/YtManagerApp/templates/YtManagerApp/video.html b/app/YtManagerApp/templates/YtManagerApp/video.html index 6e5b359..d5b1383 100644 --- a/app/YtManagerApp/templates/YtManagerApp/video.html +++ b/app/YtManagerApp/templates/YtManagerApp/video.html @@ -4,24 +4,48 @@ {% load ratings %} {% block body %} -
{{ object.views | intcomma }} views @@ -32,51 +56,11 @@ {% starrating object.rating %}
- - Mark watched - -
- {% endif %} - - {% if object.downloaded_path %} - - {% else %} -- - Download - -
- {% endif %}