From 24635430e46c2fad0bdb5fb12fe18e212f76c437 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Fri, 3 Oct 2014 23:09:08 +0000 Subject: Add router cert request support to the GUI. svn path=/trunk/; revision=5985 --- rpki/gui/app/forms.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rpki/gui/app/forms.py') diff --git a/rpki/gui/app/forms.py b/rpki/gui/app/forms.py index 5394a804..e60ba932 100644 --- a/rpki/gui/app/forms.py +++ b/rpki/gui/app/forms.py @@ -440,3 +440,8 @@ class ResourceHolderCreateForm(forms.Form): if handle and parent and parent.children.filter(handle=handle).exists(): raise forms.ValidationError('parent already has a child by that name') return self.cleaned_data + + +class RouterCertificateRequestForm(forms.Form): + """form for uploading router cert request""" + xml = forms.FileField(label='XML file') -- cgit v1.2.3