{% load static %} {% load bootstrap4 %} {% bootstrap_messages %} Register - Student

Create an Student Account!

{% csrf_token %}
{{form.first_name}}
{{form.last_name}}
{{form.current_class}}
{{form.roll_no}}
{{form.username}}
{{form.student_id}}
{{form.email}}
{{form.password1}}
{{form.password2}}
{{form.username.errors}} {{form.password1.errors}} {{form.password2.errors}} {{ form.non_field_errors }}