{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Select Class Stream{% endblock %} {% load static %} {% block content %}

Select Class Stream

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