.
This commit is contained in:
+1
-1
@@ -1386,7 +1386,7 @@ class ExamViews(View, LoginRequiredMixin):
|
|||||||
for cid_user_answer in cid_user_answers:
|
for cid_user_answer in cid_user_answers:
|
||||||
# Convoluted (probably...)
|
# Convoluted (probably...)
|
||||||
if cid_user_answer.user is None:
|
if cid_user_answer.user is None:
|
||||||
cid = f"c/{cid_user_answer.cid}"
|
cid = cid_user_answer.cid
|
||||||
# cid_passcodes[cid] = cid_user_answer.passcode
|
# cid_passcodes[cid] = cid_user_answer.passcode
|
||||||
cids.add(cid)
|
cids.add(cid)
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -27,4 +27,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<a href="{% url 'accounts_bulk_create' %}">Bulk create users</a>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user