aboutsummaryrefslogtreecommitdiff
path: root/rpki/gui/app/forms.py
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2015-03-04 23:53:01 +0000
committerMichael Elkins <melkins@tislabs.com>2015-03-04 23:53:01 +0000
commitdc9b65ec2ebac99eae264a4761ed68e1c7156810 (patch)
tree35216b6d3afbc3078de56c5d0f3586ae4715f24f /rpki/gui/app/forms.py
parent8bc4171157cee26f08c3e131e1f7f905b9e1efb6 (diff)
add checkbox to ROA creation form to optionally create additional ROAs for child routes that will become invalid as the result the parent creating a ROA.
see #719 svn path=/trunk/; revision=6066
Diffstat (limited to 'rpki/gui/app/forms.py')
-rw-r--r--rpki/gui/app/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/gui/app/forms.py b/rpki/gui/app/forms.py
index f173c15d..a1214297 100644
--- a/rpki/gui/app/forms.py
+++ b/rpki/gui/app/forms.py
@@ -193,7 +193,7 @@ def ROARequestFormFactory(conf):
'class': 'span1'
})
)
- confirmed = forms.BooleanField(widget=forms.HiddenInput, required=False)
+ protect_children = forms.BooleanField(required=False)
def __init__(self, *args, **kwargs):
kwargs['auto_id'] = False