Good progress. Bulk adds are working for emails and groups seperately, but not together. I think I need to for loop through each item to make it work.

This commit is contained in:
Norm Rasmussen
2023-03-07 21:35:44 -05:00
parent 1cfc4fd9d1
commit 9e3ac00285
3 changed files with 56 additions and 68 deletions

View File

@ -5,12 +5,5 @@
{% block content %}
<h2>Hello! You're currently accessing {{ session.school }}.</h2>
<h3>You have two options here. You can click one of the options above and upload
people/courses/groups manually. Or, you can upload a CSV, and then select one
of the options and perform the action with the data in the CSV. Note that you
may need specific IDs for certain tasks.
<p></p>
{% include 'csv.html' %}
{% endblock %}