{% extends "base.html" %} {% block content %} {% load crispy_forms_tags %}

Edit Class Stream

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