{% extends 'vestlus.html' %} {% load crispy_forms_tags %} {% block content %}

Create Channel

{% csrf_token %}
{{ form|crispy }}

{% endblock %}