mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 20:06:25 -06:00
Update erroneous comment
This commit is contained in:
parent
ea34d7bce8
commit
8660838b36
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user