{% extends 'adminlte/base.html' %} {% block title %} Cadastrar Turma {% endblock %} {% block content %}

Cadastrar Turma

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
{% endblock %}