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

Add Video Thumbnail

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.
Please upload a video file.
{% endblock %}