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