diff options
author | Rob Austein <sra@hactrn.net> | 2014-11-26 01:17:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-11-26 01:17:19 +0000 |
commit | 755edaf56decc85339d3f7313e07d880a831a8ca (patch) | |
tree | 3f5d051bdc34b49ecdf0662ef114c5e9a9db3d26 /rpki/gui/app/forms.py | |
parent | 885e93c30e123bb9350ef94b14602cf4c4f94a40 (diff) |
Pull from trunk.
svn path=/branches/tk705/; revision=6036
Diffstat (limited to 'rpki/gui/app/forms.py')
-rw-r--r-- | rpki/gui/app/forms.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpki/gui/app/forms.py b/rpki/gui/app/forms.py index fffac1be..f173c15d 100644 --- a/rpki/gui/app/forms.py +++ b/rpki/gui/app/forms.py @@ -106,6 +106,11 @@ class ImportClientForm(forms.Form): class ImportCSVForm(forms.Form): csv = forms.FileField(label='CSV file') + ignore_missing_children = forms.BooleanField( + label='Ignore missing children', + help_text='Discard data for children that are not currently in the IRDB', + required=False + ) class UserCreateForm(forms.Form): |