{% extends 'safety/rules/rule.html' %} {% block toolbar_rule_youtube %}active{%endblock%} {% block rule_desc %}{%endblock%} {% block rule_content %}

Specify which of the following video categories are to be blocked. Category ID is shown in parentheses.

{% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
 
{% endblock %}