{% extends 'admin/base_site.html' %} {% block content %}
The CSV needs to have the following named columns: username,email,password
username,email,password user1,user1@example.com,password1 user2,user2@example.com,password2{% endblock %} {% comment %} vi: ft=htmldjango {% endcomment %}