{% extends "admin/dashboard.html" %} {% load static %} {% block title %} Admin | Edit Video {% endblock title %} {% block content %}
{% csrf_token %}

Edit Video Thumbnail

{% if video.thumbnail %}
Thumbnail
{% endif %}
Please upload a valid image for the thumbnail.

General Information

Please provide a title for the video.
Please provide an author for the video.
Please select a status for the video.
{% if video.video_file %}
{% endif %} Please upload a video file.
{% endblock %}