{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}
Branch - {{ user.Branch }}
College - {{ user.College }}
Email - {{ user.email }}

{% csrf_token %}
Profile Info {{ form|crispy }}
{% endblock content %}