{% extends 'admin/base_site.html' %} {% block content %}

Upload CSV to Bulk Register Users

The CSV needs to have the following named columns: username,email,password

Example CSV:
username,email,password
user1,user1@example.com,password1
user2,user2@example.com,password2
{% csrf_token %} {{ form.as_p }}
{% endblock %} {% comment %} vi: ft=htmldjango {% endcomment %}