{% extends "manage.html" %}
{% block title %} Course Details {% endblock title %}
{% block pagetitle %} Course Details for {{ course.name|title }} {% endblock %}
{% block script %}
{% endblock %}
{% block css %}
{% endblock %}
{% block content %}
- The uploaded csv should have headers exactly same as mentioned below:
firstname, lastname, email, username, password, institute, roll_no, department,
remove
- Mandatory fields are firstname, lastname and email.
- Other fields are optional.
- If username and password are not provided then
Users created will have username and password same as their email
Click here to download a sample CSV, edit and upload it