Add notes field to CidUser model and update related forms and templates
This commit is contained in:
@@ -1442,6 +1442,8 @@ class CidUser(models.Model):
|
||||
"CidUserGroup", on_delete=models.SET_NULL, null=True, blank=True
|
||||
)
|
||||
|
||||
notes = models.TextField(blank=True, help_text="Internal notes about the candidate")
|
||||
|
||||
class Meta:
|
||||
indexes = [models.Index(fields=["cid"])]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user