diff --git a/generic/templates/generic/exam_cids_edit.html b/generic/templates/generic/exam_cids_edit.html
index d49e49f9..59e9a5a3 100644
--- a/generic/templates/generic/exam_cids_edit.html
+++ b/generic/templates/generic/exam_cids_edit.html
@@ -12,7 +12,7 @@
{% for cid in available_cid_users %}
{{cid.cid}} [{{cid.passcode}}] {{cid.name}} /
- Email: {{cid.email}}
+ Email: {{cid.email}}
{% endfor %}
diff --git a/generic/views.py b/generic/views.py
index b8b4ac1d..f05ce2fa 100644
--- a/generic/views.py
+++ b/generic/views.py
@@ -676,7 +676,7 @@ class ExamViews(View, LoginRequiredMixin):
if "edit_cid_user" in request.POST:
user_id = request.POST.get("edit_cid_user")
- add = request.POST.get("add")
+ add = request.POST.get("add") == "true"
print(user_id)
print(request.POST)