Update erroneous comment

This commit is contained in:
Jonathan Senecal 2024-11-13 14:02:45 +00:00
parent ea34d7bce8
commit 8660838b36

View File

@ -58,7 +58,7 @@ class CSVModelChoiceField(forms.ModelChoiceField):
}
def __init__(self, conditional=False, *args, **kwargs):
# Used to trigger conditional validation in the forms
# Used to display tags for fields that are conditionally required
self.conditional = conditional
super().__init__(*args, **kwargs)