{% extends 'base.html' %} {% block title %}{{ title }} | Learning management system{% endblock title %} {% load crispy_forms_tags %} {% load static %} {% block content %}

Student Program Update Form

{% include 'snippets/messages.html' %}
{% csrf_token %}

Program

Change {{ student.student.get_full_name }}'s program


{{ form.program|as_crispy_field }}
{% endblock content %}