Add notes field to CidUser model and update related forms and templates

This commit is contained in:
Ross
2025-12-29 10:17:54 +00:00
parent df0b26de36
commit 98cef9ea57
4 changed files with 27 additions and 2 deletions
+1
View File
@@ -427,6 +427,7 @@ class CidUserForm(ModelForm):
"internal_candidate",
"name",
"email",
"notes",
"supervisor",
"login_email_sent",
"results_email_sent",