Select Git revision
video_delete.html
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
video_delete.html 240 B
{% extends "page.html" %}
{% load formatting %}
{% block heading %}Delete video{% endblock %}
{% block notification %}
{% confirm_delete video %}
{% endblock %}
{% block content %}
{% include 'video/video_partial.html' %}
{% endblock %}