Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

video_delete.html

Blame
  • 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 %}